Html Css Color HEX #2E8A2F Forest Green

📋 copy color: '#2E8A2F'

red 46 ◦ green 138 ◦ blue 47

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

Shades of Forest Green #2E8A2F

Tints of Forest Green #2E8A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 59.74%

 BLUE value IS 47 (18.75% from 255) = 20.35%

R = 19.91%
G = 59.74%
B = 20.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#2E8A2F (or 0x2E8A2F) is known color: Forest Green. HEX triplet: 2E, 8A and 2F. RGB value is (46,138,47). Sum of RGB (Red+Green+Blue) = 46+138+47=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8A2F is #D175D0. Grayscale: #646464. Windows color (decimal): -13727185 or 3115566. OLE color: 3115566.

HSL color Cylindrical-coordinate representation of color #2E8A2F: hue angle of 120.65º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8A2F is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 138 47 -
CMYK 0.67 0 0.66 0.46
HSL 120.65º 0.5% 0.36% -
HSV(B) 120.65º 0.67% 0.54% -
XYZ 10.73 18.96 5.78 -
YUV 100.12 98.02 89.4 -
System Red Green Blue C M Y K H S L
Decimal 46 138 47 0.67 0 0.66 0.46 120.65 0.5 0.36
Hex 2E 8A 2F 43 0 42 2E 79 32 24
Octal 56 212 57 103 0 102 56 171 62 44
Binary 101110 10001010 101111 1000011 0 1000010 101110 1111001 110010 100100

Color Harmonies of #2E8A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8A2F

Black with #2E8A2F

Text Example


Text Example

White with #2E8A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,138,47); }

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

background-color css

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

 a { background-color: rgb(46,138,47); }

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

border-color css

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

 span { border-color: rgb(46,138,47); }

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