Html Css Color HEX #2A8956 Sea Green

📋 copy color: '#2A8956'

red 42 ◦ green 137 ◦ blue 86

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

Shades of Sea Green #2A8956

Tints of Sea Green #2A8956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 15.85%
G = 51.7%
B = 32.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#2A8956 (or 0x2A8956) is known color: Sea Green. HEX triplet: 2A, 89 and 56. RGB value is (42,137,86). Sum of RGB (Red+Green+Blue) = 42+137+86=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8956 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8956 is #D576A9. Grayscale: #666666. Windows color (decimal): -13989546 or 5671210. OLE color: 5671210.

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

Color convert

RGB 42 137 86 -
CMYK 0.69 0 0.37 0.46
HSL 147.79º 0.53% 0.35% -
HSV(B) 147.79º 0.69% 0.54% -
XYZ 11.58 19.06 11.87 -
YUV 102.78 118.53 84.65 -
System Red Green Blue C M Y K H S L
Decimal 42 137 86 0.69 0 0.37 0.46 147.79 0.53 0.35
Hex 2A 89 56 45 0 25 2E 94 35 23
Octal 52 211 126 105 0 45 56 224 65 43
Binary 101010 10001001 1010110 1000101 0 100101 101110 10010100 110101 100011

Color Harmonies of #2A8956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8956

Black with #2A8956

Text Example


Text Example

White with #2A8956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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