#24300C

Color #24300C Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #24300C

Tints of Pine Tree #24300C

Color information

#24300C (or 0x24300C) is unknown color: approx Pine Tree. HEX triplet: 24, 30 and 0C. RGB value is (36,48,12). Sum of RGB (Red+Green+Blue) = 36+48+12=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #24300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24300C is #DBCFF3. Grayscale: #282828. Windows color (decimal): -14405620 or 798756. OLE color: 798756.

HSL color Cylindrical-coordinate representation of color #24300C: hue angle of 80º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24300C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB364812-
CMYK0.2500.750.81
HSL80º60%11.76%-
HSV(B)80º75%18.82%-
XYZ1.852.520.74-
YUV40.31112.02124.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.5%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=37.5%
G=50%
B=12.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3648120.2500.750.81806011.76
Hex2430C1904B51503cc
Octal4460143101131211207414
Binary10010011000011001100101001011101000110100001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24300C; }

 p { color: rgb(36,48,12); }

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

<style>
 a { background-color: #24300C; }

 a { background-color: rgb(36,48,12); }

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

<style>
 span { border-color: #24300C; }

 span { border-color: rgb(36,48,12); }

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