Html Css Color HEX #203B01 Pine Tree

📋 copy color: '#203B01'

red 32 ◦ green 59 ◦ blue 1

#203B01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #203B01

Tints of Pine Tree #203B01

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 value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#203B01 (or 0x203B01) is known color: 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

RGB 32 59 1 -
CMYK 0.46 0 0.98 0.77
HSL 87.93º 0.97% 0.12% -
HSV(B) 87.93º 0.98% 0.23% -
XYZ 2.17 3.44 0.58 -
YUV 44.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 32 59 1 0.46 0 0.98 0.77 87.93 0.97 0.12
Hex 20 3B 1 2E 0 62 4D 58 61 C
Octal 40 73 1 56 0 142 115 130 141 14
Binary 100000 111011 1 101110 0 1100010 1001101 1011000 1100001 1100

Color Harmonies of #203B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203B01

Black with #203B01

Text Example


Text Example

White with #203B01

Text Example


Text Example

HTML Codes & Css Web 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>