#1B250A

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

Shades of Pine Tree #1B250A

Tints of Pine Tree #1B250A

Color information

#1B250A (or 0x1B250A) is unknown color: approx Pine Tree. HEX triplet: 1B, 25 and 0A. RGB value is (27,37,10). Sum of RGB (Red+Green+Blue) = 27+37+10=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #1B250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B250A is #E4DAF5. Grayscale: #1F1F1F. Windows color (decimal): -14998262 or 664859. OLE color: 664859.

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

Color convert

RGB273710-
CMYK0.2700.730.85
HSL82.22º57.45%9.22%-
HSV(B)82.22º72.97%14.51%-
XYZ1.171.580.53-
YUV30.93116.19125.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.49%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 13.51%
R=36.49%
G=50%
B=13.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2737100.2700.730.8582.2257.459.22
Hex1B25A1B0495552399
Octal3345123301111251227111
Binary1101110010110101101101001001101010110100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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