#294E32

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

Shades of Kaitoke Green #294E32

Tints of Kaitoke Green #294E32

Color information

#294E32 (or 0x294E32) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4E and 32. RGB value is (41,78,50). Sum of RGB (Red+Green+Blue) = 41+78+50=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 78 - color contains mainly: green. Hex color #294E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E32 is #D6B1CD. Grayscale: #3F3F3F. Windows color (decimal): -14070222 or 3296809. OLE color: 3296809.

HSL color Cylindrical-coordinate representation of color #294E32: hue angle of 134.59º 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 #294E32 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB417850-
CMYK0.4700.360.69
HSL134.59º31.09%23.33%-
HSV(B)134.59º47.44%30.59%-
XYZ4.216.153.98-
YUV63.74120.24111.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 78 (30.86% from 255) = 46.15%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=24.26%
G=46.15%
B=29.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178500.4700.360.69134.5931.0923.33
Hex294E322F02445871f17
Octal5111662570441052073727
Binary101001100111011001010111101001001000101100001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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