#1B3B02

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

Shades of Pine Tree #1B3B02

Tints of Pine Tree #1B3B02

Color information

#1B3B02 (or 0x1B3B02) is unknown color: approx Pine Tree. HEX triplet: 1B, 3B and 02. RGB value is (27,59,2). Sum of RGB (Red+Green+Blue) = 27+59+2=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 59 (23.44% from 255 or 67.05% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 59 - color contains mainly: green. Hex color #1B3B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3B02 is #E4C4FD. Grayscale: #2B2B2B. Windows color (decimal): -14992638 or 146203. OLE color: 146203.

HSL color Cylindrical-coordinate representation of color #1B3B02: hue angle of 93.68º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B3B02 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB27592-
CMYK0.5400.970.77
HSL93.68º93.44%11.96%-
HSV(B)93.68º96.61%23.14%-
XYZ2.033.370.6-
YUV42.93104.9116.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.68%
GREEN value IS 59 (23.44% from 255) = 67.05%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=30.68%
G=67.05%
B=2.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal275920.5400.970.7793.6893.4411.96
Hex1B3B2360614D5e5dc
Octal3373266014111513613514
Binary1101111101110110110011000011001101101111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,59,2); }

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

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

 a { background-color: rgb(27,59,2); }

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

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

 span { border-color: rgb(27,59,2); }

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