#1B240A

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

Shades of Pine Tree #1B240A

Tints of Pine Tree #1B240A

Color information

#1B240A (or 0x1B240A) is unknown color: approx Pine Tree. HEX triplet: 1B, 24 and 0A. RGB value is (27,36,10). Sum of RGB (Red+Green+Blue) = 27+36+10=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #1B240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B240A is #E4DBF5. Grayscale: #1E1E1E. Windows color (decimal): -14998518 or 664603. OLE color: 664603.

HSL color Cylindrical-coordinate representation of color #1B240A: hue angle of 80.77º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B240A is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB273610-
CMYK0.2500.720.86
HSL80.77º56.52%9.02%-
HSV(B)80.77º72.22%14.12%-
XYZ1.141.520.52-
YUV30.34116.52125.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.99%
GREEN value IS 36 (14.45% from 255) = 49.32%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=36.99%
G=49.32%
B=13.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2736100.2500.720.8680.7756.529.02
Hex1B24A190485651399
Octal3344123101101261217111
Binary1101110010010101100101001000101011010100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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