#1B2800

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

Shades of Pine Tree #1B2800

Tints of Pine Tree #1B2800

Color information

#1B2800 (or 0x1B2800) is unknown color: approx Pine Tree. HEX triplet: 1B, 28 and 00. RGB value is (27,40,0). Sum of RGB (Red+Green+Blue) = 27+40+0=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 40 (16.02% from 255 or 59.70% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 40 - color contains mainly: green. Hex color #1B2800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2800 is #E4D7FF. Grayscale: #1F1F1F. Windows color (decimal): -14997504 or 10267. OLE color: 10267.

HSL color Cylindrical-coordinate representation of color #1B2800: hue angle of 79.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B2800 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB27400-
CMYK0.33010.84
HSL79.5º100%7.84%-
HSV(B)79.5º100%15.69%-
XYZ1.211.750.27-
YUV31.55110.19124.75-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.30%
GREEN value IS 40 (16.02% from 255) = 59.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.30%
G=59.70%
B=0%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal274000.33010.8479.51007.84
Hex1B280210645450648
Octal3350041014412412014410
Binary110111010000100001011001001010100101000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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