#217005

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

Shades of Green #217005

Tints of Green #217005

Color information

#217005 (or 0x217005) is unknown color: approx Green. HEX triplet: 21, 70 and 05. RGB value is (33,112,5). Sum of RGB (Red+Green+Blue) = 33+112+5=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #217005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217005 is #DE8FFA. Grayscale: #4C4C4C. Windows color (decimal): -14585851 or 356385. OLE color: 356385.

HSL color Cylindrical-coordinate representation of color #217005: hue angle of 104.3º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #217005 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB331125-
CMYK0.7100.960.56
HSL104.3º91.45%22.94%-
HSV(B)104.3º95.54%43.92%-
XYZ6.4511.922.1-
YUV76.1887.8397.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 112 (44.14% from 255) = 74.67%
BLUE value IS 5 (2.34% from 255) = 3.33%
R=22%
G=74.67%
B=3.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3311250.7100.960.56104.391.4522.94
Hex217054706038685b17
Octal41160510701407015013327
Binary10000111100001011000111011000001110001101000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217005; }

 p { color: rgb(33,112,5); }

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

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

 a { background-color: rgb(33,112,5); }

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

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

 span { border-color: rgb(33,112,5); }

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