#007213

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

Shades of Green #007213

Tints of Green #007213

Color information

#007213 (or 0x007213) is unknown color: approx Green. HEX triplet: 00, 72 and 13. RGB value is (0,114,19). Sum of RGB (Red+Green+Blue) = 0+114+19=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 114 (44.92% from 255 or 85.71% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 114 - color contains mainly: green. Hex color #007213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007213 is #FF8DEC. Grayscale: #454545. Windows color (decimal): -16748013 or 1274368. OLE color: 1274368.

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

Color convert

RGB011419-
CMYK100.830.55
HSL130º100%22.35%-
HSV(B)130º100%44.71%-
XYZ6.1312.082.62-
YUV69.0899.7378.72-

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) = 85.71%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=0%
G=85.71%
B=14.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011419100.830.5513010022.35
Hex072136405337826416
Octal01622314401236720214426
Binary011100101001111001000101001111011110000010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007213; }

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

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

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

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

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

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

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

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