#07842A

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

Shades of Forest Green #07842A

Tints of Forest Green #07842A

Color information

#07842A (or 0x07842A) is unknown color: approx Forest Green. HEX triplet: 07, 84 and 2A. RGB value is (7,132,42). Sum of RGB (Red+Green+Blue) = 7+132+42=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 132 (51.95% from 255 or 72.93% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 132 - color contains mainly: green. Hex color #07842A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07842A is #F87BD5. Grayscale: #545454. Windows color (decimal): -16284630 or 2786311. OLE color: 2786311.

HSL color Cylindrical-coordinate representation of color #07842A: hue angle of 136.8º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07842A is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB713242-
CMYK0.9500.680.48
HSL136.8º89.93%27.25%-
HSV(B)136.8º94.7%51.76%-
XYZ8.7616.714.96-
YUV84.36104.0972.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.87%
GREEN value IS 132 (51.95% from 255) = 72.93%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=3.87%
G=72.93%
B=23.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7132420.9500.680.48136.889.9327.25
Hex7842A5F04430895a1b
Octal72045213701046021113233
Binary1111000010010101010111110100010011000010001001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07842A; }

 p { color: rgb(7,132,42); }

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

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

 a { background-color: rgb(7,132,42); }

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

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

 span { border-color: rgb(7,132,42); }

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