Html Css Color HEX #2E951B Forest Green

📋 copy color: '#2E951B'

red 46 ◦ green 149 ◦ blue 27

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

Shades of Forest Green #2E951B

Tints of Forest Green #2E951B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 67.12%

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 20.72%
G = 67.12%
B = 12.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#2E951B (or 0x2E951B) is known color: Forest Green. HEX triplet: 2E, 95 and 1B. RGB value is (46,149,27). Sum of RGB (Red+Green+Blue) = 46+149+27=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #2E951B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E951B is #D16AE4. Grayscale: #686868. Windows color (decimal): -13724389 or 1807662. OLE color: 1807662.

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

Color convert

RGB 46 149 27 -
CMYK 0.69 0 0.82 0.42
HSL 110.66º 0.69% 0.35% -
HSV(B) 110.66º 0.82% 0.58% -
XYZ 12.07 22.15 4.68 -
YUV 104.3 84.38 86.42 -
System Red Green Blue C M Y K H S L
Decimal 46 149 27 0.69 0 0.82 0.42 110.66 0.69 0.35
Hex 2E 95 1B 45 0 52 2A 6F 45 23
Octal 56 225 33 105 0 122 52 157 105 43
Binary 101110 10010101 11011 1000101 0 1010010 101010 1101111 1000101 100011

Color Harmonies of #2E951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E951B

Black with #2E951B

Text Example


Text Example

White with #2E951B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,149,27); }

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

background-color css

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

 a { background-color: rgb(46,149,27); }

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

border-color css

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

 span { border-color: rgb(46,149,27); }

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