Html Css Color HEX #2E943A Forest Green

📋 copy color: '#2E943A'

red 46 ◦ green 148 ◦ blue 58

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

Shades of Forest Green #2E943A

Tints of Forest Green #2E943A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.73%

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 18.25%
G = 58.73%
B = 23.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#2E943A (or 0x2E943A) is known color: Forest Green. HEX triplet: 2E, 94 and 3A. RGB value is (46,148,58). Sum of RGB (Red+Green+Blue) = 46+148+58=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #2E943A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E943A is #D16BC5. Grayscale: #6B6B6B. Windows color (decimal): -13724614 or 3839022. OLE color: 3839022.

HSL color Cylindrical-coordinate representation of color #2E943A: hue angle of 127.06º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E943A is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 148 58 -
CMYK 0.69 0 0.61 0.42
HSL 127.06º 0.53% 0.38% -
HSV(B) 127.06º 0.69% 0.58% -
XYZ 12.48 22.07 7.6 -
YUV 107.24 100.21 84.32 -
System Red Green Blue C M Y K H S L
Decimal 46 148 58 0.69 0 0.61 0.42 127.06 0.53 0.38
Hex 2E 94 3A 45 0 3D 2A 7F 35 26
Octal 56 224 72 105 0 75 52 177 65 46
Binary 101110 10010100 111010 1000101 0 111101 101010 1111111 110101 100110

Color Harmonies of #2E943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E943A

Black with #2E943A

Text Example


Text Example

White with #2E943A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,148,58); }

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

background-color css

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

 a { background-color: rgb(46,148,58); }

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

border-color css

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

 span { border-color: rgb(46,148,58); }

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