#1B250D

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

Shades of Pine Tree #1B250D

Tints of Pine Tree #1B250D

Color information

#1B250D (or 0x1B250D) is unknown color: approx Pine Tree. HEX triplet: 1B, 25 and 0D. RGB value is (27,37,13). Sum of RGB (Red+Green+Blue) = 27+37+13=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #1B250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B250D is #E4DAF2. Grayscale: #1F1F1F. Windows color (decimal): -14998259 or 861467. OLE color: 861467.

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

Color convert

RGB273713-
CMYK0.2700.650.85
HSL85º48%9.8%-
HSV(B)85º64.86%14.51%-
XYZ1.191.590.62-
YUV31.27117.69124.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=35.06%
G=48.05%
B=16.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2737130.2700.650.8585489.8
Hex1B25D1B041555530a
Octal3345153301011251256012
Binary1101110010111011101101000001101010110101011100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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