Html Css Color HEX #2A8961 Sea Green

📋 copy color: '#2A8961'

red 42 ◦ green 137 ◦ blue 97

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

Shades of Sea Green #2A8961

Tints of Sea Green #2A8961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.64%

 BLUE value IS 97 (38.28% from 255) = 35.14%

R = 15.22%
G = 49.64%
B = 35.14%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#2A8961 (or 0x2A8961) is known color: Sea Green. HEX triplet: 2A, 89 and 61. RGB value is (42,137,97). Sum of RGB (Red+Green+Blue) = 42+137+97=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8961 is #D5769E. Grayscale: #686868. Windows color (decimal): -13989535 or 6392106. OLE color: 6392106.

HSL color Cylindrical-coordinate representation of color #2A8961: hue angle of 154.74º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8961 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 42 137 97 -
CMYK 0.69 0 0.29 0.46
HSL 154.74º 0.53% 0.35% -
HSV(B) 154.74º 0.69% 0.54% -
XYZ 12.06 19.25 14.39 -
YUV 104.04 124.03 83.75 -
System Red Green Blue C M Y K H S L
Decimal 42 137 97 0.69 0 0.29 0.46 154.74 0.53 0.35
Hex 2A 89 61 45 0 1D 2E 9B 35 23
Octal 52 211 141 105 0 35 56 233 65 43
Binary 101010 10001001 1100001 1000101 0 11101 101110 10011011 110101 100011

Color Harmonies of #2A8961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8961

Black with #2A8961

Text Example


Text Example

White with #2A8961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,137,97); }

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

background-color css

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

 a { background-color: rgb(42,137,97); }

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

border-color css

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

 span { border-color: rgb(42,137,97); }

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