#1B250E

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

Shades of Pine Tree #1B250E

Tints of Pine Tree #1B250E

Color information

#1B250E (or 0x1B250E) is unknown color: approx Pine Tree. HEX triplet: 1B, 25 and 0E. RGB value is (27,37,14). Sum of RGB (Red+Green+Blue) = 27+37+14=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #1B250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B250E is #E4DAF1. Grayscale: #1F1F1F. Windows color (decimal): -14998258 or 927003. OLE color: 927003.

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

Color convert

RGB273714-
CMYK0.2700.620.85
HSL86.09º45.1%10%-
HSV(B)86.09º62.16%14.51%-
XYZ1.191.590.66-
YUV31.39118.19124.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.62%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=34.62%
G=47.44%
B=17.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2737140.2700.620.8586.0945.110
Hex1B25E1B03E55562da
Octal334516330761251265512
Binary110111001011110110110111110101010110101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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