Html Css Color HEX #2AA61F Forest Green

📋 copy color: '#2AA61F'

red 42 ◦ green 166 ◦ blue 31

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

Shades of Forest Green #2AA61F

Tints of Forest Green #2AA61F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 69.46%

 BLUE value IS 31 (12.5% from 255) = 12.97%

R = 17.57%
G = 69.46%
B = 12.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#2AA61F (or 0x2AA61F) is known color: Forest Green. HEX triplet: 2A, A6 and 1F. RGB value is (42,166,31). Sum of RGB (Red+Green+Blue) = 42+166+31=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 166 (65.23% from 255 or 69.46% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA61F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA61F is #D559E0. Grayscale: #717171. Windows color (decimal): -13982177 or 2074154. OLE color: 2074154.

HSL color Cylindrical-coordinate representation of color #2AA61F: hue angle of 115.11º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AA61F is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 166 31 -
CMYK 0.75 0 0.81 0.35
HSL 115.11º 0.69% 0.39% -
HSV(B) 115.11º 0.81% 0.65% -
XYZ 14.84 27.86 5.89 -
YUV 113.53 81.42 76.98 -
System Red Green Blue C M Y K H S L
Decimal 42 166 31 0.75 0 0.81 0.35 115.11 0.69 0.39
Hex 2A A6 1F 4B 0 51 23 73 45 27
Octal 52 246 37 113 0 121 43 163 105 47
Binary 101010 10100110 11111 1001011 0 1010001 100011 1110011 1000101 100111

Color Harmonies of #2AA61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA61F

Black with #2AA61F

Text Example


Text Example

White with #2AA61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,166,31); }

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

background-color css

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

 a { background-color: rgb(42,166,31); }

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

border-color css

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

 span { border-color: rgb(42,166,31); }

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