#203500

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

Shades of Pine Tree #203500

Tints of Pine Tree #203500

Color information

#203500 (or 0x203500) is unknown color: approx Pine Tree. HEX triplet: 20, 35 and 00. RGB value is (32,53,0). Sum of RGB (Red+Green+Blue) = 32+53+0=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 53 (21.09% from 255 or 62.35% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 53 - color contains mainly: green. Hex color #203500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203500 is #DFCAFF. Grayscale: #282828. Windows color (decimal): -14666496 or 13600. OLE color: 13600.

HSL color Cylindrical-coordinate representation of color #203500: hue angle of 83.77º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #203500 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB32530-
CMYK0.40010.79
HSL83.77º100%10.39%-
HSV(B)83.77º100%20.78%-
XYZ1.872.850.45-
YUV40.68105.04121.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 53 (21.09% from 255) = 62.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.65%
G=62.35%
B=0%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal325300.40010.7983.7710010.39
Hex20350280644F5464a
Octal4065050014411712414412
Binary1000001101010101000011001001001111101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203500; }

 p { color: rgb(32,53,0); }

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

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

 a { background-color: rgb(32,53,0); }

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

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

 span { border-color: rgb(32,53,0); }

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