#24482F

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

Shades of Kaitoke Green #24482F

Tints of Kaitoke Green #24482F

Color information

#24482F (or 0x24482F) is unknown color: approx Kaitoke Green. HEX triplet: 24, 48 and 2F. RGB value is (36,72,47). Sum of RGB (Red+Green+Blue) = 36+72+47=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #24482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24482F is #DBB7D0. Grayscale: #3A3A3A. Windows color (decimal): -14399441 or 3098660. OLE color: 3098660.

HSL color Cylindrical-coordinate representation of color #24482F: hue angle of 138.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #24482F is Cyan = 0.5, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB367247-
CMYK0.500.350.72
HSL138.33º33.33%21.18%-
HSV(B)138.33º50%28.24%-
XYZ3.565.223.51-
YUV58.39121.57112.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=23.23%
G=46.45%
B=30.32%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3672470.500.350.72138.3333.3321.18
Hex24482F32023488a2115
Octal4411057620431102124125
Binary1001001001000101111110010010001110010001000101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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