#1B3C02

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

Shades of Pine Tree #1B3C02

Tints of Pine Tree #1B3C02

Color information

#1B3C02 (or 0x1B3C02) is unknown color: approx Pine Tree. HEX triplet: 1B, 3C and 02. RGB value is (27,60,2). Sum of RGB (Red+Green+Blue) = 27+60+2=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 60 (23.83% from 255 or 67.42% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 60 - color contains mainly: green. Hex color #1B3C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3C02 is #E4C3FD. Grayscale: #2B2B2B. Windows color (decimal): -14992382 or 146459. OLE color: 146459.

HSL color Cylindrical-coordinate representation of color #1B3C02: hue angle of 94.14º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B3C02 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB27602-
CMYK0.5500.970.76
HSL94.14º93.55%12.16%-
HSV(B)94.14º96.67%23.53%-
XYZ2.083.470.62-
YUV43.52104.57116.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.34%
GREEN value IS 60 (23.83% from 255) = 67.42%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=30.34%
G=67.42%
B=2.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal276020.5500.970.7694.1493.5512.16
Hex1B3C2370614C5e5ec
Octal3374267014111413613614
Binary1101111110010110111011000011001100101111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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