#294E37

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

Shades of Kaitoke Green #294E37

Tints of Kaitoke Green #294E37

Color information

#294E37 (or 0x294E37) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4E and 37. RGB value is (41,78,55). Sum of RGB (Red+Green+Blue) = 41+78+55=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #294E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E37 is #D6B1C8. Grayscale: #404040. Windows color (decimal): -14070217 or 3624489. OLE color: 3624489.

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

Color convert

RGB417855-
CMYK0.4700.290.69
HSL142.7º31.09%23.33%-
HSV(B)142.7º47.44%30.59%-
XYZ4.336.24.58-
YUV64.32122.74111.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 78 (30.86% from 255) = 44.83%
BLUE value IS 55 (21.88% from 255) = 31.61%
R=23.56%
G=44.83%
B=31.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178550.4700.290.69142.731.0923.33
Hex294E372F01D458f1f17
Octal5111667570351052173727
Binary10100110011101101111011110111011000101100011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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