#19230C

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

Shades of Pine Tree #19230C

Tints of Pine Tree #19230C

Color information

#19230C (or 0x19230C) is unknown color: approx Pine Tree. HEX triplet: 19, 23 and 0C. RGB value is (25,35,12). Sum of RGB (Red+Green+Blue) = 25+35+12=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #19230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19230C is #E6DCF3. Grayscale: #1D1D1D. Windows color (decimal): -15129844 or 795417. OLE color: 795417.

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

Color convert

RGB253512-
CMYK0.2900.660.86
HSL86.09º48.94%9.22%-
HSV(B)86.09º65.71%13.73%-
XYZ1.071.440.57-
YUV29.39118.19124.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=34.72%
G=48.61%
B=16.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2535120.2900.660.8686.0948.949.22
Hex1923C1D0425656319
Octal3143143501021261266111
Binary1100110001111001110101000010101011010101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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