#24462E

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

Shades of Kaitoke Green #24462E

Tints of Kaitoke Green #24462E

Color information

#24462E (or 0x24462E) is unknown color: approx Kaitoke Green. HEX triplet: 24, 46 and 2E. RGB value is (36,70,46). Sum of RGB (Red+Green+Blue) = 36+70+46=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #24462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24462E is #DBB9D1. Grayscale: #393939. Windows color (decimal): -14399954 or 3032612. OLE color: 3032612.

HSL color Cylindrical-coordinate representation of color #24462E: hue angle of 137.65º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #24462E is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB367046-
CMYK0.4900.340.73
HSL137.65º32.08%20.78%-
HSV(B)137.65º48.57%27.45%-
XYZ3.414.953.36-
YUV57.1121.74112.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 70 (27.73% from 255) = 46.05%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=23.68%
G=46.05%
B=30.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3670460.4900.340.73137.6532.0820.78
Hex24462E31022498a2015
Octal4410656610421112124025
Binary1001001000110101110110001010001010010011000101010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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