#244E32

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

Shades of Kaitoke Green #244E32

Tints of Kaitoke Green #244E32

Color information

#244E32 (or 0x244E32) is unknown color: approx Kaitoke Green. HEX triplet: 24, 4E and 32. RGB value is (36,78,50). Sum of RGB (Red+Green+Blue) = 36+78+50=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #244E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244E32 is #DBB1CD. Grayscale: #3E3E3E. Windows color (decimal): -14397902 or 3296804. OLE color: 3296804.

HSL color Cylindrical-coordinate representation of color #244E32: hue angle of 140º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #244E32 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB367850-
CMYK0.5400.360.69
HSL140º36.84%22.35%-
HSV(B)140º53.85%30.59%-
XYZ4.036.053.97-
YUV62.25121.09109.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=21.95%
G=47.56%
B=30.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3678500.5400.360.6914036.8422.35
Hex244E3236024458c2516
Octal4411662660441052144526
Binary1001001001110110010110110010010010001011000110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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