#19250B

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

Shades of Pine Tree #19250B

Tints of Pine Tree #19250B

Color information

#19250B (or 0x19250B) is unknown color: approx Pine Tree. HEX triplet: 19, 25 and 0B. RGB value is (25,37,11). Sum of RGB (Red+Green+Blue) = 25+37+11=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #19250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19250B is #E6DAF4. Grayscale: #1E1E1E. Windows color (decimal): -15129333 or 730393. OLE color: 730393.

HSL color Cylindrical-coordinate representation of color #19250B: hue angle of 87.69º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19250B is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB253711-
CMYK0.3200.700.85
HSL87.69º54.17%9.41%-
HSV(B)87.69º70.27%14.51%-
XYZ1.121.550.56-
YUV30.45117.02124.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.25%
GREEN value IS 37 (14.84% from 255) = 50.68%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=34.25%
G=50.68%
B=15.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2537110.3200.700.8587.6954.179.41
Hex1925B200465558369
Octal3145134001061251306611
Binary11001100101101110000001000110101010110110001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19250B; }

 p { color: rgb(25,37,11); }

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

<style>
 a { background-color: #19250B; }

 a { background-color: rgb(25,37,11); }

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

<style>
 span { border-color: #19250B; }

 span { border-color: rgb(25,37,11); }

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