#244C32

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

Shades of Kaitoke Green #244C32

Tints of Kaitoke Green #244C32

Color information

#244C32 (or 0x244C32) is unknown color: approx Kaitoke Green. HEX triplet: 24, 4C and 32. RGB value is (36,76,50). Sum of RGB (Red+Green+Blue) = 36+76+50=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #244C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244C32 is #DBB3CD. Grayscale: #3D3D3D. Windows color (decimal): -14398414 or 3296292. OLE color: 3296292.

HSL color Cylindrical-coordinate representation of color #244C32: hue angle of 141º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #244C32 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB367650-
CMYK0.5300.340.70
HSL141º35.71%21.96%-
HSV(B)141º52.63%29.8%-
XYZ3.895.773.93-
YUV61.08121.75110.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 76 (30.08% from 255) = 46.91%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=22.22%
G=46.91%
B=30.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3676500.5300.340.7014135.7121.96
Hex244C3235022468d2416
Octal4411462650421062154426
Binary1001001001100110010110101010001010001101000110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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