#078225

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

Shades of Forest Green #078225

Tints of Forest Green #078225

Color information

#078225 (or 0x078225) is unknown color: approx Forest Green. HEX triplet: 07, 82 and 25. RGB value is (7,130,37). Sum of RGB (Red+Green+Blue) = 7+130+37=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #078225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078225 is #F87DDA. Grayscale: #525252. Windows color (decimal): -16285147 or 2458119. OLE color: 2458119.

HSL color Cylindrical-coordinate representation of color #078225: hue angle of 134.63º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078225 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB713037-
CMYK0.9500.720.49
HSL134.63º89.78%26.86%-
HSV(B)134.63º94.62%50.98%-
XYZ8.416.144.42-
YUV82.62102.2574.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 130 (51.17% from 255) = 74.71%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=4.02%
G=74.71%
B=21.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7130370.9500.720.49134.6389.7826.86
Hex782255F04831875a1b
Octal72024513701106120713233
Binary1111000001010010110111110100100011000110000111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078225; }

 p { color: rgb(7,130,37); }

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

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

 a { background-color: rgb(7,130,37); }

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

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

 span { border-color: rgb(7,130,37); }

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