#203F06

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

Shades of Pine Tree #203F06

Tints of Pine Tree #203F06

Color information

#203F06 (or 0x203F06) is unknown color: approx Pine Tree. HEX triplet: 20, 3F and 06. RGB value is (32,63,6). Sum of RGB (Red+Green+Blue) = 32+63+6=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 63 (25% from 255 or 62.38% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 63 - color contains mainly: green. Hex color #203F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203F06 is #DFC0F9. Grayscale: #2F2F2F. Windows color (decimal): -14663930 or 409376. OLE color: 409376.

HSL color Cylindrical-coordinate representation of color #203F06: hue angle of 92.63º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #203F06 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB32636-
CMYK0.4900.900.75
HSL92.63º82.61%13.53%-
HSV(B)92.63º90.48%24.71%-
XYZ2.413.880.79-
YUV47.23104.73117.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.68%
GREEN value IS 63 (25% from 255) = 62.38%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=31.68%
G=62.38%
B=5.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal326360.4900.900.7592.6382.6113.53
Hex203F63105A4B5d53e
Octal4077661013211313512316
Binary100000111111110110001010110101001011101110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203F06; }

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

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

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

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

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

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

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

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