#203302

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

Shades of Pine Tree #203302

Tints of Pine Tree #203302

Color information

#203302 (or 0x203302) is unknown color: approx Pine Tree. HEX triplet: 20, 33 and 02. RGB value is (32,51,2). Sum of RGB (Red+Green+Blue) = 32+51+2=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #203302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203302 is #DFCCFD. Grayscale: #272727. Windows color (decimal): -14667006 or 144160. OLE color: 144160.

HSL color Cylindrical-coordinate representation of color #203302: hue angle of 83.27º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #203302 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB32512-
CMYK0.3700.960.8
HSL83.27º92.45%10.39%-
HSV(B)83.27º96.08%20%-
XYZ1.792.680.48-
YUV39.73106.71122.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 51 (20.31% from 255) = 60%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=37.65%
G=60%
B=2.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal325120.3700.960.883.2792.4510.39
Hex203322506050535ca
Octal4063245014012012313412
Binary10000011001110100101011000001010000101001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203302; }

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

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

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

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

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

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

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

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