#294E39

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

Shades of Kaitoke Green #294E39

Tints of Kaitoke Green #294E39

Color information

#294E39 (or 0x294E39) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4E and 39. RGB value is (41,78,57). Sum of RGB (Red+Green+Blue) = 41+78+57=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 78 - color contains mainly: green. Hex color #294E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E39 is #D6B1C6. Grayscale: #404040. Windows color (decimal): -14070215 or 3755561. OLE color: 3755561.

HSL color Cylindrical-coordinate representation of color #294E39: hue angle of 145.95º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294E39 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB417857-
CMYK0.4700.270.69
HSL145.95º31.09%23.33%-
HSV(B)145.95º47.44%30.59%-
XYZ4.386.224.84-
YUV64.54123.74111.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 78 (30.86% from 255) = 44.32%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=23.30%
G=44.32%
B=32.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178570.4700.270.69145.9531.0923.33
Hex294E392F01B45921f17
Octal5111671570331052223727
Binary10100110011101110011011110110111000101100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294E39; }

 p { color: rgb(41,78,57); }

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

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

 a { background-color: rgb(41,78,57); }

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

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

 span { border-color: rgb(41,78,57); }

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