Html Css Color HEX #2E9015 Forest Green

📋 copy color: '#2E9015'

red 46 ◦ green 144 ◦ blue 21

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

Shades of Forest Green #2E9015

Tints of Forest Green #2E9015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 21.8%
G = 68.25%
B = 9.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#2E9015 (or 0x2E9015) is known color: Forest Green. HEX triplet: 2E, 90 and 15. RGB value is (46,144,21). Sum of RGB (Red+Green+Blue) = 46+144+21=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 144 (56.64% from 255 or 68.25% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 144 - color contains mainly: green. Hex color #2E9015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9015 is #D16FEA. Grayscale: #656565. Windows color (decimal): -13725675 or 1413166. OLE color: 1413166.

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

Color convert

RGB 46 144 21 -
CMYK 0.68 0 0.85 0.44
HSL 107.8º 0.75% 0.32% -
HSV(B) 107.8º 0.85% 0.56% -
XYZ 11.24 20.58 4.09 -
YUV 100.68 83.03 89 -
System Red Green Blue C M Y K H S L
Decimal 46 144 21 0.68 0 0.85 0.44 107.8 0.75 0.32
Hex 2E 90 15 44 0 55 2C 6C 4B 20
Octal 56 220 25 104 0 125 54 154 113 40
Binary 101110 10010000 10101 1000100 0 1010101 101100 1101100 1001011 100000

Color Harmonies of #2E9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9015

Black with #2E9015

Text Example


Text Example

White with #2E9015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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