#24482E

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

Shades of Kaitoke Green #24482E

Tints of Kaitoke Green #24482E

Color information

#24482E (or 0x24482E) is unknown color: approx Kaitoke Green. HEX triplet: 24, 48 and 2E. RGB value is (36,72,46). Sum of RGB (Red+Green+Blue) = 36+72+46=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #24482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24482E is #DBB7D1. Grayscale: #3A3A3A. Windows color (decimal): -14399442 or 3033124. OLE color: 3033124.

HSL color Cylindrical-coordinate representation of color #24482E: hue angle of 136.67º 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 #24482E is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB367246-
CMYK0.500.360.72
HSL136.67º33.33%21.18%-
HSV(B)136.67º50%28.24%-
XYZ3.545.213.4-
YUV58.27121.07112.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 72 (28.52% from 255) = 46.75%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=23.38%
G=46.75%
B=29.87%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3672460.500.360.72136.6733.3321.18
Hex24482E3202448892115
Octal4411056620441102114125
Binary1001001001000101110110010010010010010001000100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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