#1B2500

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

Shades of Pine Tree #1B2500

Tints of Pine Tree #1B2500

Color information

#1B2500 (or 0x1B2500) is unknown color: approx Pine Tree. HEX triplet: 1B, 25 and 00. RGB value is (27,37,0). Sum of RGB (Red+Green+Blue) = 27+37+0=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #1B2500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2500 is #E4DAFF. Grayscale: #1D1D1D. Windows color (decimal): -14998272 or 9499. OLE color: 9499.

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

Color convert

RGB27370-
CMYK0.27010.85
HSL76.22º100%7.25%-
HSV(B)76.22º100%14.51%-
XYZ1.111.560.24-
YUV29.79111.19126.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.19%
GREEN value IS 37 (14.84% from 255) = 57.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.19%
G=57.81%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal273700.27010.8576.221007.25
Hex1B2501B064554c647
Octal334503301441251141447
Binary1101110010101101101100100101010110011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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