Html Css Color HEX #07982A Forest Green

📋 copy color: '#07982A'

red 7 ◦ green 152 ◦ blue 42

#07982A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #07982A

Tints of Forest Green #07982A

RGB

 RED value IS 7 (3.13% from 255) = 3.48%

 GREEN value IS 152 (59.77% from 255) = 75.62%

 BLUE value IS 42 (16.8% from 255) = 20.9%

R = 3.48%
G = 75.62%
B = 20.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#07982A (or 0x07982A) is known color: Forest Green. HEX triplet: 07, 98 and 2A. RGB value is (7,152,42). Sum of RGB (Red+Green+Blue) = 7+152+42=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 152 (59.77% from 255 or 75.62% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 152 - color contains mainly: green. Hex color #07982A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07982A is #F867D5. Grayscale: #606060. Windows color (decimal): -16279510 or 2791431. OLE color: 2791431.

HSL color Cylindrical-coordinate representation of color #07982A: hue angle of 134.48º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07982A is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 7 152 42 -
CMYK 0.95 0 0.72 0.40
HSL 134.48º 0.91% 0.31% -
HSV(B) 134.48º 0.95% 0.6% -
XYZ 11.73 22.67 5.95 -
YUV 96.11 97.46 64.44 -
System Red Green Blue C M Y K H S L
Decimal 7 152 42 0.95 0 0.72 0.40 134.48 0.91 0.31
Hex 7 98 2A 5F 0 48 28 86 5B 1F
Octal 7 230 52 137 0 110 50 206 133 37
Binary 111 10011000 101010 1011111 0 1001000 101000 10000110 1011011 11111

Color Harmonies of #07982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07982A

Black with #07982A

Text Example


Text Example

White with #07982A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07982A;
 }
 .AnyTagClassName
 {
   color: #07982A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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