#24552F

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

Shades of Kaitoke Green #24552F

Tints of Kaitoke Green #24552F

Color information

#24552F (or 0x24552F) is unknown color: approx Kaitoke Green. HEX triplet: 24, 55 and 2F. RGB value is (36,85,47). Sum of RGB (Red+Green+Blue) = 36+85+47=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #24552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24552F is #DBAAD0. Grayscale: #424242. Windows color (decimal): -14396113 or 3101988. OLE color: 3101988.

HSL color Cylindrical-coordinate representation of color #24552F: hue angle of 133.47º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24552F is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB368547-
CMYK0.5800.450.67
HSL133.47º40.5%23.73%-
HSV(B)133.47º57.65%33.33%-
XYZ4.497.083.82-
YUV66.02117.27106.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.43%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=21.43%
G=50.60%
B=27.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3685470.5800.450.67133.4740.523.73
Hex24552F3A02D43852818
Octal4412557720551032055030
Binary1001001010101101111111010010110110000111000010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24552F; }

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

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

<style>
 a { background-color: #24552F; }

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

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

<style>
 span { border-color: #24552F; }

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

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