#203B01

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

Shades of Pine Tree #203B01

Tints of Pine Tree #203B01

Color information

#203B01 (or 0x203B01) is unknown color: approx Pine Tree. HEX triplet: 20, 3B and 01. RGB value is (32,59,1). Sum of RGB (Red+Green+Blue) = 32+59+1=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 59 (23.44% from 255 or 64.13% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 59 - color contains mainly: green. Hex color #203B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203B01 is #DFC4FE. Grayscale: #2C2C2C. Windows color (decimal): -14664959 or 80672. OLE color: 80672.

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

Color convert

RGB32591-
CMYK0.4600.980.77
HSL87.93º96.67%11.76%-
HSV(B)87.93º98.31%23.14%-
XYZ2.173.440.58-
YUV44.31103.55119.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 59 (23.44% from 255) = 64.13%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=34.78%
G=64.13%
B=1.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal325910.4600.980.7787.9396.6711.76
Hex203B12E0624D5861c
Octal4073156014211513014114
Binary1000001110111101110011000101001101101100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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