#007212

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

Shades of Green #007212

Tints of Green #007212

Color information

#007212 (or 0x007212) is unknown color: approx Green. HEX triplet: 00, 72 and 12. RGB value is (0,114,18). Sum of RGB (Red+Green+Blue) = 0+114+18=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 114 (44.92% from 255 or 86.36% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 114 - color contains mainly: green. Hex color #007212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007212 is #FF8DED. Grayscale: #454545. Windows color (decimal): -16748014 or 1208832. OLE color: 1208832.

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

Color convert

RGB011418-
CMYK100.840.55
HSL129.47º100%22.35%-
HSV(B)129.47º100%44.71%-
XYZ6.1312.082.58-
YUV68.9799.2378.81-

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) = 86.36%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=0%
G=86.36%
B=13.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011418100.840.55129.4710022.35
Hex072126405437816416
Octal01622214401246720114426
Binary011100101001011001000101010011011110000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007212; }

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

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

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

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

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

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

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

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