Html Css Color HEX #1B2511 Pine Tree

📋 copy color: '#1B2511'

red 27 ◦ green 37 ◦ blue 17

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

Shades of Pine Tree #1B2511

Tints of Pine Tree #1B2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 45.68%

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

R = 33.33%
G = 45.68%
B = 20.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#1B2511 (or 0x1B2511) is known color: Pine Tree. HEX triplet: 1B, 25 and 11. RGB value is (27,37,17). Sum of RGB (Red+Green+Blue) = 27+37+17=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #1B2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2511 is #E4DAEE. Grayscale: #1F1F1F. Windows color (decimal): -14998255 or 1123611. OLE color: 1123611.

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

Color convert

RGB 27 37 17 -
CMYK 0.27 0 0.54 0.85
HSL 90º 0.37% 0.11% -
HSV(B) 90º 0.54% 0.15% -
XYZ 1.21 1.6 0.77 -
YUV 31.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 27 37 17 0.27 0 0.54 0.85 90 0.37 0.11
Hex 1B 25 11 1B 0 36 55 5A 25 B
Octal 33 45 21 33 0 66 125 132 45 13
Binary 11011 100101 10001 11011 0 110110 1010101 1011010 100101 1011

Color Harmonies of #1B2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2511

Black with #1B2511

Text Example


Text Example

White with #1B2511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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