Html Css Color HEX #2A8B50 Sea Green

📋 copy color: '#2A8B50'

red 42 ◦ green 139 ◦ blue 80

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

Shades of Sea Green #2A8B50

Tints of Sea Green #2A8B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.26%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 16.09%
G = 53.26%
B = 30.65%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#2A8B50 (or 0x2A8B50) is known color: Sea Green. HEX triplet: 2A, 8B and 50. RGB value is (42,139,80). Sum of RGB (Red+Green+Blue) = 42+139+80=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #2A8B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8B50 is #D574AF. Grayscale: #676767. Windows color (decimal): -13989040 or 5278506. OLE color: 5278506.

HSL color Cylindrical-coordinate representation of color #2A8B50: hue angle of 143.51º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8B50 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 42 139 80 -
CMYK 0.70 0 0.42 0.45
HSL 143.51º 0.54% 0.35% -
HSV(B) 143.51º 0.7% 0.55% -
XYZ 11.64 19.54 10.75 -
YUV 103.27 114.86 84.3 -
System Red Green Blue C M Y K H S L
Decimal 42 139 80 0.70 0 0.42 0.45 143.51 0.54 0.35
Hex 2A 8B 50 46 0 2A 2D 90 36 23
Octal 52 213 120 106 0 52 55 220 66 43
Binary 101010 10001011 1010000 1000110 0 101010 101101 10010000 110110 100011

Color Harmonies of #2A8B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8B50

Black with #2A8B50

Text Example


Text Example

White with #2A8B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,139,80); }

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

background-color css

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

 a { background-color: rgb(42,139,80); }

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

border-color css

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

 span { border-color: rgb(42,139,80); }

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