#007217

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

Shades of Green #007217

Tints of Green #007217

Color information

#007217 (or 0x007217) is unknown color: approx Green. HEX triplet: 00, 72 and 17. RGB value is (0,114,23). Sum of RGB (Red+Green+Blue) = 0+114+23=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 114 (44.92% from 255 or 83.21% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 114 - color contains mainly: green. Hex color #007217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007217 is #FF8DE8. Grayscale: #454545. Windows color (decimal): -16748009 or 1536512. OLE color: 1536512.

HSL color Cylindrical-coordinate representation of color #007217: hue angle of 132.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007217 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB011423-
CMYK100.800.55
HSL132.11º100%22.35%-
HSV(B)132.11º100%44.71%-
XYZ6.1712.12.82-
YUV69.54101.7378.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 114 (44.92% from 255) = 83.21%
BLUE value IS 23 (9.38% from 255) = 16.79%
R=0%
G=83.21%
B=16.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011423100.800.55132.1110022.35
Hex072176405037846416
Octal01622714401206720414426
Binary011100101011111001000101000011011110000100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007217; }

 p { color: rgb(0,114,23); }

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

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

 a { background-color: rgb(0,114,23); }

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

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

 span { border-color: rgb(0,114,23); }

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