Html Css Color HEX #2AAA69 Medium Sea Green

📋 copy color: '#2AAA69'

red 42 ◦ green 170 ◦ blue 105

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

Shades of Medium Sea Green #2AAA69

Tints of Medium Sea Green #2AAA69

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.63%

 BLUE value IS 105 (41.41% from 255) = 33.12%

R = 13.25%
G = 53.63%
B = 33.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#2AAA69 (or 0x2AAA69) is known color: Medium Sea Green. HEX triplet: 2A, AA and 69. RGB value is (42,170,105). Sum of RGB (Red+Green+Blue) = 42+170+105=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA69 is #D55596. Grayscale: #7C7C7C. Windows color (decimal): -13981079 or 6924842. OLE color: 6924842.

HSL color Cylindrical-coordinate representation of color #2AAA69: hue angle of 149.53º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA69 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 170 105 -
CMYK 0.75 0 0.38 0.33
HSL 149.53º 0.6% 0.42% -
HSV(B) 149.53º 0.75% 0.67% -
XYZ 17.88 30.26 18.26 -
YUV 124.32 117.09 69.29 -
System Red Green Blue C M Y K H S L
Decimal 42 170 105 0.75 0 0.38 0.33 149.53 0.6 0.42
Hex 2A AA 69 4B 0 26 21 96 3C 2A
Octal 52 252 151 113 0 46 41 226 74 52
Binary 101010 10101010 1101001 1001011 0 100110 100001 10010110 111100 101010

Color Harmonies of #2AAA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA69

Black with #2AAA69

Text Example


Text Example

White with #2AAA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,170,105); }

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

background-color css

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

 a { background-color: rgb(42,170,105); }

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

border-color css

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

 span { border-color: rgb(42,170,105); }

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