#1B2114

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

Shades of Pine Tree #1B2114

Tints of Pine Tree #1B2114

Color information

#1B2114 (or 0x1B2114) is unknown color: approx Pine Tree. HEX triplet: 1B, 21 and 14. RGB value is (27,33,20). Sum of RGB (Red+Green+Blue) = 27+33+20=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 33 - color contains mainly: green. Hex color #1B2114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2114 is #E4DEEB. Grayscale: #1D1D1D. Windows color (decimal): -14999276 or 1319195. OLE color: 1319195.

HSL color Cylindrical-coordinate representation of color #1B2114: hue angle of 87.69º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1B2114 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.

Color convert

RGB273320-
CMYK0.1800.390.87
HSL87.69º24.53%10.39%-
HSV(B)87.69º39.39%12.94%-
XYZ1.121.370.87-
YUV29.72122.51126.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 33.75%
GREEN value IS 33 (13.28% from 255) = 41.25%
BLUE value IS 20 (8.20% from 255) = 25%
R=33.75%
G=41.25%
B=25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2733200.1800.390.8787.6924.5310.39
Hex1B211412027575819a
Octal334124220471271303112
Binary110111000011010010010010011110101111011000110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,33,20); }

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

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

 a { background-color: rgb(27,33,20); }

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

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

 span { border-color: rgb(27,33,20); }

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