#203D02

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

Shades of Pine Tree #203D02

Tints of Pine Tree #203D02

Color information

#203D02 (or 0x203D02) is unknown color: approx Pine Tree. HEX triplet: 20, 3D and 02. RGB value is (32,61,2). Sum of RGB (Red+Green+Blue) = 32+61+2=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #203D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203D02 is #DFC2FD. Grayscale: #2D2D2D. Windows color (decimal): -14664446 or 146720. OLE color: 146720.

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

Color convert

RGB32612-
CMYK0.4800.970.76
HSL89.49º93.65%12.35%-
HSV(B)89.49º96.72%23.92%-
XYZ2.283.650.64-
YUV45.6103.39118.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 61 (24.22% from 255) = 64.21%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=33.68%
G=64.21%
B=2.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal326120.4800.970.7689.4993.6512.35
Hex203D2300614C595ec
Octal4075260014111413113614
Binary10000011110110110000011000011001100101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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