#216D03

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

Shades of Green #216D03

Tints of Green #216D03

Color information

#216D03 (or 0x216D03) is unknown color: approx Green. HEX triplet: 21, 6D and 03. RGB value is (33,109,3). Sum of RGB (Red+Green+Blue) = 33+109+3=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 109 (42.97% from 255 or 75.17% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 109 - color contains mainly: green. Hex color #216D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216D03 is #DE92FC. Grayscale: #4A4A4A. Windows color (decimal): -14586621 or 224545. OLE color: 224545.

HSL color Cylindrical-coordinate representation of color #216D03: hue angle of 103.02º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #216D03 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB331093-
CMYK0.7000.970.57
HSL103.02º94.64%21.96%-
HSV(B)103.02º97.25%42.75%-
XYZ6.1111.271.94-
YUV74.1987.8298.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 109 (42.97% from 255) = 75.17%
BLUE value IS 3 (1.56% from 255) = 2.07%
R=22.76%
G=75.17%
B=2.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3310930.7000.970.57103.0294.6421.96
Hex216D34606139675f16
Octal41155310601417114713726
Binary1000011101101111000110011000011110011100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216D03; }

 p { color: rgb(33,109,3); }

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

<style>
 a { background-color: #216D03; }

 a { background-color: rgb(33,109,3); }

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

<style>
 span { border-color: #216D03; }

 span { border-color: rgb(33,109,3); }

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