Html Css Color HEX #2E942D Forest Green

📋 copy color: '#2E942D'

red 46 ◦ green 148 ◦ blue 45

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

Shades of Forest Green #2E942D

Tints of Forest Green #2E942D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 19.25%
G = 61.92%
B = 18.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#2E942D (or 0x2E942D) is known color: Forest Green. HEX triplet: 2E, 94 and 2D. RGB value is (46,148,45). Sum of RGB (Red+Green+Blue) = 46+148+45=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #2E942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E942D is #D16BD2. Grayscale: #6A6A6A. Windows color (decimal): -13724627 or 2987054. OLE color: 2987054.

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

Color convert

RGB 46 148 45 -
CMYK 0.69 0 0.70 0.42
HSL 119.42º 0.53% 0.38% -
HSV(B) 119.42º 0.7% 0.58% -
XYZ 12.19 21.95 6.08 -
YUV 105.76 93.71 85.38 -
System Red Green Blue C M Y K H S L
Decimal 46 148 45 0.69 0 0.70 0.42 119.42 0.53 0.38
Hex 2E 94 2D 45 0 46 2A 77 35 26
Octal 56 224 55 105 0 106 52 167 65 46
Binary 101110 10010100 101101 1000101 0 1000110 101010 1110111 110101 100110

Color Harmonies of #2E942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E942D

Black with #2E942D

Text Example


Text Example

White with #2E942D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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