#206C01

Color #206C01 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #206C01

Tints of Green #206C01

Color information

#206C01 (or 0x206C01) is unknown color: approx Green. HEX triplet: 20, 6C and 01. RGB value is (32,108,1). Sum of RGB (Red+Green+Blue) = 32+108+1=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 108 (42.58% from 255 or 76.60% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 108 - color contains mainly: green. Hex color #206C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206C01 is #DF93FE. Grayscale: #494949. Windows color (decimal): -14652415 or 93216. OLE color: 93216.

HSL color Cylindrical-coordinate representation of color #206C01: hue angle of 102.62º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #206C01 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB321081-
CMYK0.7000.990.58
HSL102.62º98.17%21.37%-
HSV(B)102.62º99.07%42.35%-
XYZ5.9611.031.84-
YUV73.0887.3298.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.70%
GREEN value IS 108 (42.58% from 255) = 76.60%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=22.70%
G=76.60%
B=0.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3210810.7000.990.58102.6298.1721.37
Hex206C1460633A676215
Octal40154110601437214714225
Binary100000110110011000110011000111110101100111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206C01; }

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

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

<style>
 a { background-color: #206C01; }

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

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

<style>
 span { border-color: #206C01; }

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

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