Html Css Color HEX #2E981F Forest Green

📋 copy color: '#2E981F'

red 46 ◦ green 152 ◦ blue 31

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

Shades of Forest Green #2E981F

Tints of Forest Green #2E981F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.54%

R = 20.09%
G = 66.38%
B = 13.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#2E981F (or 0x2E981F) is known color: Forest Green. HEX triplet: 2E, 98 and 1F. RGB value is (46,152,31). Sum of RGB (Red+Green+Blue) = 46+152+31=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 152 (59.77% from 255 or 66.38% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 152 - color contains mainly: green. Hex color #2E981F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E981F is #D167E0. Grayscale: #6A6A6A. Windows color (decimal): -13723617 or 2070574. OLE color: 2070574.

HSL color Cylindrical-coordinate representation of color #2E981F: hue angle of 112.56º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E981F is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 46 152 31 -
CMYK 0.70 0 0.80 0.40
HSL 112.56º 0.66% 0.36% -
HSV(B) 112.56º 0.8% 0.6% -
XYZ 12.6 23.14 5.1 -
YUV 106.51 85.38 84.84 -
System Red Green Blue C M Y K H S L
Decimal 46 152 31 0.70 0 0.80 0.40 112.56 0.66 0.36
Hex 2E 98 1F 46 0 50 28 71 42 24
Octal 56 230 37 106 0 120 50 161 102 44
Binary 101110 10011000 11111 1000110 0 1010000 101000 1110001 1000010 100100

Color Harmonies of #2E981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E981F

Black with #2E981F

Text Example


Text Example

White with #2E981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,152,31); }

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

background-color css

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

 a { background-color: rgb(46,152,31); }

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

border-color css

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

 span { border-color: rgb(46,152,31); }

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