#2E943A

Color #2E943A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2E943A

Tints of Forest Green #2E943A

Color information

#2E943A (or 0x2E943A) is unknown color: approx 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

RGB4614858-
CMYK0.6900.610.42
HSL127.06º52.58%38.04%-
HSV(B)127.06º68.92%58.04%-
XYZ12.4822.077.6-
YUV107.24100.2184.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46148580.6900.610.42127.0652.5838.04
Hex2E943A4503D2A7f3526
Octal5622472105075521776546
Binary10111010010100111010100010101111011010101111111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>