#274933

Color #274933 Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #274933

Tints of Kaitoke Green #274933

Color information

#274933 (or 0x274933) is unknown color: approx Kaitoke Green. HEX triplet: 27, 49 and 33. RGB value is (39,73,51). Sum of RGB (Red+Green+Blue) = 39+73+51=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #274933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274933 is #D8B6CC. Grayscale: #3C3C3C. Windows color (decimal): -14202573 or 3361063. OLE color: 3361063.

HSL color Cylindrical-coordinate representation of color #274933: hue angle of 141.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #274933 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB397351-
CMYK0.4700.300.71
HSL141.18º30.36%21.96%-
HSV(B)141.18º46.58%28.63%-
XYZ3.825.443.98-
YUV60.33122.74112.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=23.93%
G=44.79%
B=31.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3973510.4700.300.71141.1830.3621.96
Hex2749332F01E478d1e16
Octal4711163570361072153626
Binary10011110010011100111011110111101000111100011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274933; }

 p { color: rgb(39,73,51); }

 H1.HeaderClassName
 {
   color: #274933;
 }
 .AnyTagClassName
 {
   color: #274933;
 }
</style>
background-color css

<style>
 a { background-color: #274933; }

 a { background-color: rgb(39,73,51); }

 div.DivClassName
 {
   background-color: #274933;
 }
 .BgClassName
 {
   background-color: #274933;
 }
</style>
border-color css

<style>
 span { border-color: #274933; }

 span { border-color: rgb(39,73,51); }

 td.TdClassName
 {
   border-color: #274933;
 }
 .TagClassName
 {
   border-color: #274933;
 }
</style>