#244D2F

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

Shades of Kaitoke Green #244D2F

Tints of Kaitoke Green #244D2F

Color information

#244D2F (or 0x244D2F) is unknown color: approx Kaitoke Green. HEX triplet: 24, 4D and 2F. RGB value is (36,77,47). Sum of RGB (Red+Green+Blue) = 36+77+47=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #244D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244D2F is #DBB2D0. Grayscale: #3D3D3D. Windows color (decimal): -14398161 or 3099940. OLE color: 3099940.

HSL color Cylindrical-coordinate representation of color #244D2F: hue angle of 136.1º 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 #244D2F is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB367747-
CMYK0.5300.390.70
HSL136.1º36.28%22.16%-
HSV(B)136.1º53.25%30.2%-
XYZ3.895.893.62-
YUV61.32119.92109.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.5%
GREEN value IS 77 (30.47% from 255) = 48.12%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=22.5%
G=48.12%
B=29.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3677470.5300.390.70136.136.2822.16
Hex244D2F3502746882416
Octal4411557650471062104426
Binary1001001001101101111110101010011110001101000100010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,77,47); }

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

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

 a { background-color: rgb(36,77,47); }

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

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

 span { border-color: rgb(36,77,47); }

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