#007215

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

Shades of Green #007215

Tints of Green #007215

Color information

#007215 (or 0x007215) is unknown color: approx Green. HEX triplet: 00, 72 and 15. RGB value is (0,114,21). Sum of RGB (Red+Green+Blue) = 0+114+21=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 114 (44.92% from 255 or 84.44% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 114 - color contains mainly: green. Hex color #007215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007215 is #FF8DEA. Grayscale: #454545. Windows color (decimal): -16748011 or 1405440. OLE color: 1405440.

HSL color Cylindrical-coordinate representation of color #007215: hue angle of 131.05º 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 #007215 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB011421-
CMYK100.820.55
HSL131.05º100%22.35%-
HSV(B)131.05º100%44.71%-
XYZ6.1512.092.72-
YUV69.31100.7378.56-

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) = 84.44%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=0%
G=84.44%
B=15.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011421100.820.55131.0510022.35
Hex072156405237836416
Octal01622514401226720314426
Binary011100101010111001000101001011011110000011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007215; }

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

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

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

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

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

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

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

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