Html Css Color HEX #2AB65F Medium Sea Green

📋 copy color: '#2AB65F'

red 42 ◦ green 182 ◦ blue 95

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

Shades of Medium Sea Green #2AB65F

Tints of Medium Sea Green #2AB65F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.05%

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 13.17%
G = 57.05%
B = 29.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#2AB65F (or 0x2AB65F) is known color: Medium Sea Green. HEX triplet: 2A, B6 and 5F. RGB value is (42,182,95). Sum of RGB (Red+Green+Blue) = 42+182+95=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 182 (71.48% from 255 or 57.05% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB65F is #D549A0. Grayscale: #828282. Windows color (decimal): -13978017 or 6272554. OLE color: 6272554.

HSL color Cylindrical-coordinate representation of color #2AB65F: hue angle of 142.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB65F is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 182 95 -
CMYK 0.77 0 0.48 0.29
HSL 142.71º 0.63% 0.44% -
HSV(B) 142.71º 0.77% 0.71% -
XYZ 19.75 34.77 16.5 -
YUV 130.22 108.12 65.07 -
System Red Green Blue C M Y K H S L
Decimal 42 182 95 0.77 0 0.48 0.29 142.71 0.63 0.44
Hex 2A B6 5F 4D 0 30 1D 8F 3E 2C
Octal 52 266 137 115 0 60 35 217 76 54
Binary 101010 10110110 1011111 1001101 0 110000 11101 10001111 111110 101100

Color Harmonies of #2AB65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB65F

Black with #2AB65F

Text Example


Text Example

White with #2AB65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,182,95); }

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

background-color css

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

 a { background-color: rgb(42,182,95); }

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

border-color css

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

 span { border-color: rgb(42,182,95); }

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