#1B2511

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

Shades of Pine Tree #1B2511

Tints of Pine Tree #1B2511

Color information

#1B2511 (or 0x1B2511) is unknown color: approx 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

RGB273717-
CMYK0.2700.540.85
HSL90º37.04%10.59%-
HSV(B)90º54.05%14.51%-
XYZ1.211.60.77-
YUV31.73119.69124.63-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2737170.2700.540.859037.0410.59
Hex1B25111B036555a25b
Octal334521330661251324513
Binary1101110010110001110110110110101010110110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>