#24502F

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

Shades of Kaitoke Green #24502F

Tints of Kaitoke Green #24502F

Color information

#24502F (or 0x24502F) is unknown color: approx Kaitoke Green. HEX triplet: 24, 50 and 2F. RGB value is (36,80,47). Sum of RGB (Red+Green+Blue) = 36+80+47=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #24502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24502F is #DBAFD0. Grayscale: #3F3F3F. Windows color (decimal): -14397393 or 3100708. OLE color: 3100708.

HSL color Cylindrical-coordinate representation of color #24502F: hue angle of 135º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #24502F is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB368047-
CMYK0.5500.410.69
HSL135º37.93%22.75%-
HSV(B)135º55%31.37%-
XYZ4.116.323.69-
YUV63.08118.92108.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.09%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=22.09%
G=49.08%
B=28.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680470.5500.410.6913537.9322.75
Hex24502F3702945872617
Octal4412057670511052074627
Binary1001001010000101111110111010100110001011000011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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