#203B02

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

Shades of Pine Tree #203B02

Tints of Pine Tree #203B02

Color information

#203B02 (or 0x203B02) is unknown color: approx Pine Tree. HEX triplet: 20, 3B and 02. RGB value is (32,59,2). Sum of RGB (Red+Green+Blue) = 32+59+2=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 59 (23.44% from 255 or 63.44% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 59 - color contains mainly: green. Hex color #203B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203B02 is #DFC4FD. Grayscale: #2C2C2C. Windows color (decimal): -14664958 or 146208. OLE color: 146208.

HSL color Cylindrical-coordinate representation of color #203B02: hue angle of 88.42º 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 #203B02 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB32592-
CMYK0.4600.970.77
HSL88.42º93.44%11.96%-
HSV(B)88.42º96.61%23.14%-
XYZ2.173.440.61-
YUV44.43104.05119.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 59 (23.44% from 255) = 63.44%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=34.41%
G=63.44%
B=2.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal325920.4600.970.7788.4293.4411.96
Hex203B22E0614D585dc
Octal4073256014111513013514
Binary10000011101110101110011000011001101101100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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