#1B250B

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

Shades of Pine Tree #1B250B

Tints of Pine Tree #1B250B

Color information

#1B250B (or 0x1B250B) is unknown color: approx Pine Tree. HEX triplet: 1B, 25 and 0B. RGB value is (27,37,11). Sum of RGB (Red+Green+Blue) = 27+37+11=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #1B250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B250B is #E4DAF4. Grayscale: #1F1F1F. Windows color (decimal): -14998261 or 730395. OLE color: 730395.

HSL color Cylindrical-coordinate representation of color #1B250B: hue angle of 83.08º 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 #1B250B is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB273711-
CMYK0.2700.700.85
HSL83.08º54.17%9.41%-
HSV(B)83.08º70.27%14.51%-
XYZ1.171.580.56-
YUV31.05116.69125.11-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36%
GREEN value IS 37 (14.84% from 255) = 49.33%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=36%
G=49.33%
B=14.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2737110.2700.700.8583.0854.179.41
Hex1B25B1B0465553369
Octal3345133301061251236611
Binary1101110010110111101101000110101010110100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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