Html Css Color HEX #2A8963 Sea Green

📋 copy color: '#2A8963'

red 42 ◦ green 137 ◦ blue 99

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

Shades of Sea Green #2A8963

Tints of Sea Green #2A8963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.61%

R = 15.11%
G = 49.28%
B = 35.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#2A8963 (or 0x2A8963) is known color: Sea Green. HEX triplet: 2A, 89 and 63. RGB value is (42,137,99). Sum of RGB (Red+Green+Blue) = 42+137+99=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8963 is #D5769C. Grayscale: #686868. Windows color (decimal): -13989533 or 6523178. OLE color: 6523178.

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

Color convert

RGB 42 137 99 -
CMYK 0.69 0 0.28 0.46
HSL 156º 0.53% 0.35% -
HSV(B) 156º 0.69% 0.54% -
XYZ 12.15 19.28 14.89 -
YUV 104.26 125.03 83.59 -
System Red Green Blue C M Y K H S L
Decimal 42 137 99 0.69 0 0.28 0.46 156 0.53 0.35
Hex 2A 89 63 45 0 1C 2E 9C 35 23
Octal 52 211 143 105 0 34 56 234 65 43
Binary 101010 10001001 1100011 1000101 0 11100 101110 10011100 110101 100011

Color Harmonies of #2A8963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8963

Black with #2A8963

Text Example


Text Example

White with #2A8963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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