#19240C

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

Shades of Pine Tree #19240C

Tints of Pine Tree #19240C

Color information

#19240C (or 0x19240C) is unknown color: approx Pine Tree. HEX triplet: 19, 24 and 0C. RGB value is (25,36,12). Sum of RGB (Red+Green+Blue) = 25+36+12=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #19240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19240C is #E6DBF3. Grayscale: #1E1E1E. Windows color (decimal): -15129588 or 795673. OLE color: 795673.

HSL color Cylindrical-coordinate representation of color #19240C: hue angle of 87.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19240C is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB253612-
CMYK0.3100.670.86
HSL87.5º50%9.41%-
HSV(B)87.5º66.67%14.12%-
XYZ1.11.490.58-
YUV29.98117.86124.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.25%
GREEN value IS 36 (14.45% from 255) = 49.32%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=34.25%
G=49.32%
B=16.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2536120.3100.670.8687.5509.41
Hex1924C1F0435658329
Octal3144143701031261306211
Binary1100110010011001111101000011101011010110001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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