Html Css Color HEX #2A8B57 Sea Green

📋 copy color: '#2A8B57'

red 42 ◦ green 139 ◦ blue 87

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

Shades of Sea Green #2A8B57

Tints of Sea Green #2A8B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.46%

R = 15.67%
G = 51.87%
B = 32.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#2A8B57 (or 0x2A8B57) is known color: Sea Green. HEX triplet: 2A, 8B and 57. RGB value is (42,139,87). Sum of RGB (Red+Green+Blue) = 42+139+87=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #2A8B57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8B57 is #D574A8. Grayscale: #686868. Windows color (decimal): -13989033 or 5737258. OLE color: 5737258.

HSL color Cylindrical-coordinate representation of color #2A8B57: hue angle of 147.84º 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 #2A8B57 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 42 139 87 -
CMYK 0.70 0 0.37 0.45
HSL 147.84º 0.54% 0.35% -
HSV(B) 147.84º 0.7% 0.55% -
XYZ 11.91 19.65 12.18 -
YUV 104.07 118.36 83.73 -
System Red Green Blue C M Y K H S L
Decimal 42 139 87 0.70 0 0.37 0.45 147.84 0.54 0.35
Hex 2A 8B 57 46 0 25 2D 94 36 23
Octal 52 213 127 106 0 45 55 224 66 43
Binary 101010 10001011 1010111 1000110 0 100101 101101 10010100 110110 100011

Color Harmonies of #2A8B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8B57

Black with #2A8B57

Text Example


Text Example

White with #2A8B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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