#216F02

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

Shades of Green #216F02

Tints of Green #216F02

Color information

#216F02 (or 0x216F02) is unknown color: approx Green. HEX triplet: 21, 6F and 02. RGB value is (33,111,2). Sum of RGB (Red+Green+Blue) = 33+111+2=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 111 (43.75% from 255 or 76.03% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 111 - color contains mainly: green. Hex color #216F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216F02 is #DE90FD. Grayscale: #4B4B4B. Windows color (decimal): -14586110 or 159521. OLE color: 159521.

HSL color Cylindrical-coordinate representation of color #216F02: hue angle of 102.94º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #216F02 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB331112-
CMYK0.7000.980.56
HSL102.94º96.46%22.16%-
HSV(B)102.94º98.2%43.53%-
XYZ6.3211.71.98-
YUV75.2586.6697.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 111 (43.75% from 255) = 76.03%
BLUE value IS 2 (1.17% from 255) = 1.37%
R=22.60%
G=76.03%
B=1.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3311120.7000.980.56102.9496.4622.16
Hex216F24606238676016
Octal41157210601427014714026
Binary1000011101111101000110011000101110001100111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,111,2); }

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

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

 a { background-color: rgb(33,111,2); }

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

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

 span { border-color: rgb(33,111,2); }

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