Html Css Color HEX #2A951E Forest Green

📋 copy color: '#2A951E'

red 42 ◦ green 149 ◦ blue 30

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

Shades of Forest Green #2A951E

Tints of Forest Green #2A951E

RGB

 RED value IS 42 (16.8% from 255) = 19%

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

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 19%
G = 67.42%
B = 13.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#2A951E (or 0x2A951E) is known color: Forest Green. HEX triplet: 2A, 95 and 1E. RGB value is (42,149,30). Sum of RGB (Red+Green+Blue) = 42+149+30=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #2A951E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A951E is #D56AE1. Grayscale: #676767. Windows color (decimal): -13986530 or 2004266. OLE color: 2004266.

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

Color convert

RGB 42 149 30 -
CMYK 0.72 0 0.80 0.42
HSL 113.95º 0.66% 0.35% -
HSV(B) 113.95º 0.8% 0.58% -
XYZ 11.94 22.08 4.86 -
YUV 103.44 86.55 84.18 -
System Red Green Blue C M Y K H S L
Decimal 42 149 30 0.72 0 0.80 0.42 113.95 0.66 0.35
Hex 2A 95 1E 48 0 50 2A 72 42 23
Octal 52 225 36 110 0 120 52 162 102 43
Binary 101010 10010101 11110 1001000 0 1010000 101010 1110010 1000010 100011

Color Harmonies of #2A951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A951E

Black with #2A951E

Text Example


Text Example

White with #2A951E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,149,30); }

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

background-color css

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

 a { background-color: rgb(42,149,30); }

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

border-color css

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

 span { border-color: rgb(42,149,30); }

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