Html Css Color HEX #2AAD23 Forest Green

📋 copy color: '#2AAD23'

red 42 ◦ green 173 ◦ blue 35

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

Shades of Forest Green #2AAD23

Tints of Forest Green #2AAD23

RGB

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

 GREEN value IS 173 (67.97% from 255) = 69.2%

 BLUE value IS 35 (14.06% from 255) = 14%

R = 16.8%
G = 69.2%
B = 14%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#2AAD23 (or 0x2AAD23) is known color: Forest Green. HEX triplet: 2A, AD and 23. RGB value is (42,173,35). Sum of RGB (Red+Green+Blue) = 42+173+35=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 173 (67.97% from 255 or 69.2% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAD23 is #D552DC. Grayscale: #767676. Windows color (decimal): -13980381 or 2338090. OLE color: 2338090.

HSL color Cylindrical-coordinate representation of color #2AAD23: hue angle of 116.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AAD23 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 173 35 -
CMYK 0.76 0 0.80 0.32
HSL 116.96º 0.66% 0.41% -
HSV(B) 116.96º 0.8% 0.68% -
XYZ 16.2 30.5 6.62 -
YUV 118.1 81.1 73.72 -
System Red Green Blue C M Y K H S L
Decimal 42 173 35 0.76 0 0.80 0.32 116.96 0.66 0.41
Hex 2A AD 23 4C 0 50 20 75 42 29
Octal 52 255 43 114 0 120 40 165 102 51
Binary 101010 10101101 100011 1001100 0 1010000 100000 1110101 1000010 101001

Color Harmonies of #2AAD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAD23

Black with #2AAD23

Text Example


Text Example

White with #2AAD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,173,35); }

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

background-color css

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

 a { background-color: rgb(42,173,35); }

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

border-color css

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

 span { border-color: rgb(42,173,35); }

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