#1B250F

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

Shades of Pine Tree #1B250F

Tints of Pine Tree #1B250F

Color information

#1B250F (or 0x1B250F) is unknown color: approx Pine Tree. HEX triplet: 1B, 25 and 0F. RGB value is (27,37,15). Sum of RGB (Red+Green+Blue) = 27+37+15=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #1B250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B250F is #E4DAF0. Grayscale: #1F1F1F. Windows color (decimal): -14998257 or 992539. OLE color: 992539.

HSL color Cylindrical-coordinate representation of color #1B250F: hue angle of 87.27º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B250F is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB273715-
CMYK0.2700.590.85
HSL87.27º42.31%10.2%-
HSV(B)87.27º59.46%14.51%-
XYZ1.21.590.7-
YUV31.5118.69124.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.18%
GREEN value IS 37 (14.84% from 255) = 46.84%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=34.18%
G=46.84%
B=18.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2737150.2700.590.8587.2742.3110.2
Hex1B25F1B03B55572aa
Octal334517330731251275212
Binary110111001011111110110111011101010110101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B250F; }

 p { color: rgb(27,37,15); }

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

<style>
 a { background-color: #1B250F; }

 a { background-color: rgb(27,37,15); }

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

<style>
 span { border-color: #1B250F; }

 span { border-color: rgb(27,37,15); }

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