#203006

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

Shades of Pine Tree #203006

Tints of Pine Tree #203006

Color information

#203006 (or 0x203006) is unknown color: approx Pine Tree. HEX triplet: 20, 30 and 06. RGB value is (32,48,6). Sum of RGB (Red+Green+Blue) = 32+48+6=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #203006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203006 is #DFCFF9. Grayscale: #262626. Windows color (decimal): -14667770 or 405536. OLE color: 405536.

HSL color Cylindrical-coordinate representation of color #203006: hue angle of 82.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #203006 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB32486-
CMYK0.3300.870.81
HSL82.86º77.78%10.59%-
HSV(B)82.86º87.5%18.82%-
XYZ1.692.430.55-
YUV38.43109.7123.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.21%
GREEN value IS 48 (19.14% from 255) = 55.81%
BLUE value IS 6 (2.73% from 255) = 6.98%
R=37.21%
G=55.81%
B=6.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal324860.3300.870.8182.8677.7810.59
Hex203062105751534eb
Octal4060641012712112311613
Binary100000110000110100001010101111010001101001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203006; }

 p { color: rgb(32,48,6); }

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

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

 a { background-color: rgb(32,48,6); }

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

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

 span { border-color: rgb(32,48,6); }

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