#203D00

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

Shades of Pine Tree #203D00

Tints of Pine Tree #203D00

Color information

#203D00 (or 0x203D00) is unknown color: approx Pine Tree. HEX triplet: 20, 3D and 00. RGB value is (32,61,0). Sum of RGB (Red+Green+Blue) = 32+61+0=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 61 (24.22% from 255 or 65.59% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 61 - color contains mainly: green. Hex color #203D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203D00 is #DFC2FF. Grayscale: #2D2D2D. Windows color (decimal): -14664448 or 15648. OLE color: 15648.

HSL color Cylindrical-coordinate representation of color #203D00: hue angle of 88.52º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #203D00 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB32610-
CMYK0.48010.76
HSL88.52º100%11.96%-
HSV(B)88.52º100%23.92%-
XYZ2.263.640.58-
YUV45.37102.39118.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 61 (24.22% from 255) = 65.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.41%
G=65.59%
B=0%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal326100.48010.7688.5210011.96
Hex203D0300644C5964c
Octal4075060014411413114414
Binary1000001111010110000011001001001100101100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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