Html Css Color HEX #1B2211 Pine Tree

📋 copy color: '#1B2211'

red 27 ◦ green 34 ◦ blue 17

#1B2211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #1B2211

Tints of Pine Tree #1B2211

RGB

 RED value IS 27 (10.94% from 255) = 34.62%

 GREEN value IS 34 (13.67% from 255) = 43.59%

 BLUE value IS 17 (7.03% from 255) = 21.79%

R = 34.62%
G = 43.59%
B = 21.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.87

RGB Variations

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

Color information

#1B2211 (or 0x1B2211) is known color: Pine Tree. HEX triplet: 1B, 22 and 11. RGB value is (27,34,17). Sum of RGB (Red+Green+Blue) = 27+34+17=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #1B2211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2211 is #E4DDEE. Grayscale: #1E1E1E. Windows color (decimal): -14999023 or 1122843. OLE color: 1122843.

HSL color Cylindrical-coordinate representation of color #1B2211: hue angle of 84.71º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B2211 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.87.

Color convert

RGB 27 34 17 -
CMYK 0.21 0 0.50 0.87
HSL 84.71º 0.33% 0.1% -
HSV(B) 84.71º 0.5% 0.13% -
XYZ 1.13 1.42 0.74 -
YUV 29.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 27 34 17 0.21 0 0.50 0.87 84.71 0.33 0.1
Hex 1B 22 11 15 0 32 57 55 21 A
Octal 33 42 21 25 0 62 127 125 41 12
Binary 11011 100010 10001 10101 0 110010 1010111 1010101 100001 1010

Color Harmonies of #1B2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2211

Black with #1B2211

Text Example


Text Example

White with #1B2211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,34,17); }

 H1.HeaderClassName
 {
   color: #1B2211;
 }
 .AnyTagClassName
 {
   color: #1B2211;
 }
</style>

background-color css

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

 a { background-color: rgb(27,34,17); }

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

border-color css

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

 span { border-color: rgb(27,34,17); }

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