#294E36

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

Shades of Kaitoke Green #294E36

Tints of Kaitoke Green #294E36

Color information

#294E36 (or 0x294E36) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4E and 36. RGB value is (41,78,54). Sum of RGB (Red+Green+Blue) = 41+78+54=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #294E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E36 is #D6B1C9. Grayscale: #404040. Windows color (decimal): -14070218 or 3558953. OLE color: 3558953.

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

Color convert

RGB417854-
CMYK0.4700.310.69
HSL141.08º31.09%23.33%-
HSV(B)141.08º47.44%30.59%-
XYZ4.36.194.46-
YUV64.2122.24111.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 54 (21.48% from 255) = 31.21%
R=23.70%
G=45.09%
B=31.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178540.4700.310.69141.0831.0923.33
Hex294E362F01F458d1f17
Octal5111666570371052153727
Binary10100110011101101101011110111111000101100011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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