#24512D

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

Shades of Kaitoke Green #24512D

Tints of Kaitoke Green #24512D

Color information

#24512D (or 0x24512D) is unknown color: approx Kaitoke Green. HEX triplet: 24, 51 and 2D. RGB value is (36,81,45). Sum of RGB (Red+Green+Blue) = 36+81+45=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #24512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24512D is #DBAED2. Grayscale: #3F3F3F. Windows color (decimal): -14397139 or 2969892. OLE color: 2969892.

HSL color Cylindrical-coordinate representation of color #24512D: hue angle of 132º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24512D is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB368145-
CMYK0.5600.440.68
HSL132º38.46%22.94%-
HSV(B)132º55.56%31.76%-
XYZ4.146.453.51-
YUV63.44117.59108.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 81 (32.03% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 27.78%
R=22.22%
G=50%
B=27.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3681450.5600.440.6813238.4622.94
Hex24512D3802C44842617
Octal4412155700541042044627
Binary1001001010001101101111000010110010001001000010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24512D; }

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

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

<style>
 a { background-color: #24512D; }

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

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

<style>
 span { border-color: #24512D; }

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

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