Html Css Color HEX #07952E Forest Green

📋 copy color: '#07952E'

red 7 ◦ green 149 ◦ blue 46

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

Shades of Forest Green #07952E

Tints of Forest Green #07952E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 73.76%

 BLUE value IS 46 (18.36% from 255) = 22.77%

R = 3.47%
G = 73.76%
B = 22.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#07952E (or 0x07952E) is known color: Forest Green. HEX triplet: 07, 95 and 2E. RGB value is (7,149,46). Sum of RGB (Red+Green+Blue) = 7+149+46=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 149 (58.59% from 255 or 73.76% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 149 - color contains mainly: green. Hex color #07952E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07952E is #F86AD1. Grayscale: #5F5F5F. Windows color (decimal): -16280274 or 3052807. OLE color: 3052807.

HSL color Cylindrical-coordinate representation of color #07952E: hue angle of 136.48º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07952E is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 149 46 -
CMYK 0.95 0 0.69 0.42
HSL 136.48º 0.91% 0.31% -
HSV(B) 136.48º 0.95% 0.58% -
XYZ 11.33 21.74 6.18 -
YUV 94.8 100.46 65.38 -
System Red Green Blue C M Y K H S L
Decimal 7 149 46 0.95 0 0.69 0.42 136.48 0.91 0.31
Hex 7 95 2E 5F 0 45 2A 88 5B 1F
Octal 7 225 56 137 0 105 52 210 133 37
Binary 111 10010101 101110 1011111 0 1000101 101010 10001000 1011011 11111

Color Harmonies of #07952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07952E

Black with #07952E

Text Example


Text Example

White with #07952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07952E; }

 p { color: rgb(7,149,46); }

 H1.HeaderClassName
 {
   color: #07952E;
 }
 .AnyTagClassName
 {
   color: #07952E;
 }
</style>

background-color css

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

 a { background-color: rgb(7,149,46); }

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

border-color css

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

 span { border-color: rgb(7,149,46); }

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