#24320C

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

Shades of Pine Tree #24320C

Tints of Pine Tree #24320C

Color information

#24320C (or 0x24320C) is unknown color: approx Pine Tree. HEX triplet: 24, 32 and 0C. RGB value is (36,50,12). Sum of RGB (Red+Green+Blue) = 36+50+12=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #24320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24320C is #DBCDF3. Grayscale: #292929. Windows color (decimal): -14405108 or 799268. OLE color: 799268.

HSL color Cylindrical-coordinate representation of color #24320C: hue angle of 82.11º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24320C is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB365012-
CMYK0.2800.760.80
HSL82.11º61.29%12.16%-
HSV(B)82.11º76%19.61%-
XYZ1.932.680.76-
YUV41.48111.36124.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.73%
GREEN value IS 50 (19.92% from 255) = 51.02%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=36.73%
G=51.02%
B=12.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3650120.2800.760.8082.1161.2912.16
Hex2432C1C04C50523dc
Octal4462143401141201227514
Binary10010011001011001110001001100101000010100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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