Html Css Color HEX #2E970F Forest Green

📋 copy color: '#2E970F'

red 46 ◦ green 151 ◦ blue 15

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

Shades of Forest Green #2E970F

Tints of Forest Green #2E970F

RGB

 RED value IS 46 (18.36% from 255) = 21.7%

 GREEN value IS 151 (59.38% from 255) = 71.23%

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 21.7%
G = 71.23%
B = 7.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#2E970F (or 0x2E970F) is known color: Forest Green. HEX triplet: 2E, 97 and 0F. RGB value is (46,151,15). Sum of RGB (Red+Green+Blue) = 46+151+15=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 151 (59.38% from 255 or 71.23% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 151 - color contains mainly: green. Hex color #2E970F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E970F is #D168F0. Grayscale: #686868. Windows color (decimal): -13723889 or 1021742. OLE color: 1021742.

HSL color Cylindrical-coordinate representation of color #2E970F: hue angle of 106.32º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E970F is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 151 15 -
CMYK 0.70 0 0.90 0.41
HSL 106.32º 0.82% 0.33% -
HSV(B) 106.32º 0.9% 0.59% -
XYZ 12.28 22.75 4.2 -
YUV 104.1 77.71 86.56 -
System Red Green Blue C M Y K H S L
Decimal 46 151 15 0.70 0 0.90 0.41 106.32 0.82 0.33
Hex 2E 97 F 46 0 5A 29 6A 52 21
Octal 56 227 17 106 0 132 51 152 122 41
Binary 101110 10010111 1111 1000110 0 1011010 101001 1101010 1010010 100001

Color Harmonies of #2E970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E970F

Black with #2E970F

Text Example


Text Example

White with #2E970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E970F; }

 p { color: rgb(46,151,15); }

 H1.HeaderClassName
 {
   color: #2E970F;
 }
 .AnyTagClassName
 {
   color: #2E970F;
 }
</style>

background-color css

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

 a { background-color: rgb(46,151,15); }

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

border-color css

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

 span { border-color: rgb(46,151,15); }

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