#203D01

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

Shades of Pine Tree #203D01

Tints of Pine Tree #203D01

Color information

#203D01 (or 0x203D01) is unknown color: approx Pine Tree. HEX triplet: 20, 3D and 01. RGB value is (32,61,1). Sum of RGB (Red+Green+Blue) = 32+61+1=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 61 (24.22% from 255 or 64.89% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 61 - color contains mainly: green. Hex color #203D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203D01 is #DFC2FE. Grayscale: #2D2D2D. Windows color (decimal): -14664447 or 81184. OLE color: 81184.

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

Color convert

RGB32611-
CMYK0.4800.980.76
HSL89º96.77%12.16%-
HSV(B)89º98.36%23.92%-
XYZ2.273.650.61-
YUV45.49102.89118.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.04%
GREEN value IS 61 (24.22% from 255) = 64.89%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=34.04%
G=64.89%
B=1.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal326110.4800.980.768996.7712.16
Hex203D1300624C5961c
Octal4075160014211413114114
Binary1000001111011110000011000101001100101100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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