#1B2F00

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

Shades of Pine Tree #1B2F00

Tints of Pine Tree #1B2F00

Color information

#1B2F00 (or 0x1B2F00) is unknown color: approx Pine Tree. HEX triplet: 1B, 2F and 00. RGB value is (27,47,0). Sum of RGB (Red+Green+Blue) = 27+47+0=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 47 (18.75% from 255 or 63.51% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 47 - color contains mainly: green. Hex color #1B2F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2F00 is #E4D0FF. Grayscale: #232323. Windows color (decimal): -14995712 or 12059. OLE color: 12059.

HSL color Cylindrical-coordinate representation of color #1B2F00: hue angle of 85.53º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B2F00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.82.

Color convert

RGB27470-
CMYK0.43010.82
HSL85.53º100%9.22%-
HSV(B)85.53º100%18.43%-
XYZ1.472.270.36-
YUV35.66107.87121.82-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.49%
GREEN value IS 47 (18.75% from 255) = 63.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.49%
G=63.51%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal274700.43010.8285.531009.22
Hex1B2F02B0645256649
Octal3357053014412212614411
Binary110111011110101011011001001010010101011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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