#07922A

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

Shades of Forest Green #07922A

Tints of Forest Green #07922A

Color information

#07922A (or 0x07922A) is unknown color: approx Forest Green. HEX triplet: 07, 92 and 2A. RGB value is (7,146,42). Sum of RGB (Red+Green+Blue) = 7+146+42=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 146 (57.42% from 255 or 74.87% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 146 - color contains mainly: green. Hex color #07922A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07922A is #F86DD5. Grayscale: #5C5C5C. Windows color (decimal): -16281046 or 2789895. OLE color: 2789895.

HSL color Cylindrical-coordinate representation of color #07922A: hue angle of 135.11º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07922A is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB714642-
CMYK0.9500.710.43
HSL135.11º90.85%30%-
HSV(B)135.11º95.21%57.25%-
XYZ10.7820.775.63-
YUV92.5899.4566.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.59%
GREEN value IS 146 (57.42% from 255) = 74.87%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=3.59%
G=74.87%
B=21.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7146420.9500.710.43135.1190.8530
Hex7922A5F0472B875b1e
Octal72225213701075320713336
Binary1111001001010101010111110100011110101110000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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