#244D2D

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

Shades of Kaitoke Green #244D2D

Tints of Kaitoke Green #244D2D

Color information

#244D2D (or 0x244D2D) is unknown color: approx Kaitoke Green. HEX triplet: 24, 4D and 2D. RGB value is (36,77,45). Sum of RGB (Red+Green+Blue) = 36+77+45=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #244D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244D2D is #DBB2D2. Grayscale: #3D3D3D. Windows color (decimal): -14398163 or 2968868. OLE color: 2968868.

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

Color convert

RGB367745-
CMYK0.5300.420.70
HSL133.17º36.28%22.16%-
HSV(B)133.17º53.25%30.2%-
XYZ3.865.873.41-
YUV61.09118.92110.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 77 (30.47% from 255) = 48.73%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=22.78%
G=48.73%
B=28.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3677450.5300.420.70133.1736.2822.16
Hex244D2D3502A46852416
Octal4411555650521062054426
Binary1001001001101101101110101010101010001101000010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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