#216A09

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

Shades of Green #216A09

Tints of Green #216A09

Color information

#216A09 (or 0x216A09) is unknown color: approx Green. HEX triplet: 21, 6A and 09. RGB value is (33,106,9). Sum of RGB (Red+Green+Blue) = 33+106+9=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 106 (41.80% from 255 or 71.62% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 106 - color contains mainly: green. Hex color #216A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216A09 is #DE95F6. Grayscale: #494949. Windows color (decimal): -14587383 or 616993. OLE color: 616993.

HSL color Cylindrical-coordinate representation of color #216A09: hue angle of 105.15º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #216A09 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB331069-
CMYK0.6900.920.58
HSL105.15º84.35%22.55%-
HSV(B)105.15º91.51%41.57%-
XYZ5.8310.652.01-
YUV73.1191.8299.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 106 (41.80% from 255) = 71.62%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=22.30%
G=71.62%
B=6.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3310690.6900.920.58105.1584.3522.55
Hex216A94505C3A695417
Octal411521110501347215112427
Binary100001110101010011000101010111001110101101001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,106,9); }

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

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

 a { background-color: rgb(33,106,9); }

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

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

 span { border-color: rgb(33,106,9); }

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