Html Css Color HEX #2E9004 Forest Green

📋 copy color: '#2E9004'

red 46 ◦ green 144 ◦ blue 4

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

Shades of Forest Green #2E9004

Tints of Forest Green #2E9004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 74.23%

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 23.71%
G = 74.23%
B = 2.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#2E9004 (or 0x2E9004) is known color: Forest Green. HEX triplet: 2E, 90 and 04. RGB value is (46,144,4). Sum of RGB (Red+Green+Blue) = 46+144+4=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 144 (56.64% from 255 or 74.23% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 144 - color contains mainly: green. Hex color #2E9004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9004 is #D16FFB. Grayscale: #636363. Windows color (decimal): -13725692 or 299054. OLE color: 299054.

HSL color Cylindrical-coordinate representation of color #2E9004: hue angle of 102º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E9004 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 144 4 -
CMYK 0.68 0 0.97 0.44
HSL 102º 0.95% 0.29% -
HSV(B) 102º 0.97% 0.56% -
XYZ 11.12 20.54 3.49 -
YUV 98.74 74.53 90.38 -
System Red Green Blue C M Y K H S L
Decimal 46 144 4 0.68 0 0.97 0.44 102 0.95 0.29
Hex 2E 90 4 44 0 61 2C 66 5F 1D
Octal 56 220 4 104 0 141 54 146 137 35
Binary 101110 10010000 100 1000100 0 1100001 101100 1100110 1011111 11101

Color Harmonies of #2E9004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9004

Black with #2E9004

Text Example


Text Example

White with #2E9004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,144,4); }

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

background-color css

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

 a { background-color: rgb(46,144,4); }

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

border-color css

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

 span { border-color: rgb(46,144,4); }

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