Html Css Color HEX #2AB965 Medium Sea Green

📋 copy color: '#2AB965'

red 42 ◦ green 185 ◦ blue 101

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

Shades of Medium Sea Green #2AB965

Tints of Medium Sea Green #2AB965

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.4%

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 12.8%
G = 56.4%
B = 30.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#2AB965 (or 0x2AB965) is known color: Medium Sea Green. HEX triplet: 2A, B9 and 65. RGB value is (42,185,101). Sum of RGB (Red+Green+Blue) = 42+185+101=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB965 is #D5469A. Grayscale: #848484. Windows color (decimal): -13977243 or 6666538. OLE color: 6666538.

HSL color Cylindrical-coordinate representation of color #2AB965: hue angle of 144.76º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB965 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 101 -
CMYK 0.77 0 0.45 0.27
HSL 144.76º 0.63% 0.45% -
HSV(B) 144.76º 0.77% 0.73% -
XYZ 20.65 36.13 18.2 -
YUV 132.67 110.12 63.33 -
System Red Green Blue C M Y K H S L
Decimal 42 185 101 0.77 0 0.45 0.27 144.76 0.63 0.45
Hex 2A B9 65 4D 0 2D 1B 91 3F 2D
Octal 52 271 145 115 0 55 33 221 77 55
Binary 101010 10111001 1100101 1001101 0 101101 11011 10010001 111111 101101

Color Harmonies of #2AB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB965

Black with #2AB965

Text Example


Text Example

White with #2AB965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,101); }

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

background-color css

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

 a { background-color: rgb(42,185,101); }

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

border-color css

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

 span { border-color: rgb(42,185,101); }

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