Html Css Color HEX #2A8159 Sea Green

📋 copy color: '#2A8159'

red 42 ◦ green 129 ◦ blue 89

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

Shades of Sea Green #2A8159

Tints of Sea Green #2A8159

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.62%

 BLUE value IS 89 (35.16% from 255) = 34.23%

R = 16.15%
G = 49.62%
B = 34.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#2A8159 (or 0x2A8159) is known color: Sea Green. HEX triplet: 2A, 81 and 59. RGB value is (42,129,89). Sum of RGB (Red+Green+Blue) = 42+129+89=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #2A8159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8159 is #D57EA6. Grayscale: #626262. Windows color (decimal): -13991591 or 5865770. OLE color: 5865770.

HSL color Cylindrical-coordinate representation of color #2A8159: hue angle of 152.41º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A8159 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 129 89 -
CMYK 0.67 0 0.31 0.49
HSL 152.41º 0.51% 0.34% -
HSV(B) 152.41º 0.67% 0.51% -
XYZ 10.61 16.91 12.16 -
YUV 98.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 42 129 89 0.67 0 0.31 0.49 152.41 0.51 0.34
Hex 2A 81 59 43 0 1F 31 98 33 22
Octal 52 201 131 103 0 37 61 230 63 42
Binary 101010 10000001 1011001 1000011 0 11111 110001 10011000 110011 100010

Color Harmonies of #2A8159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8159

Black with #2A8159

Text Example


Text Example

White with #2A8159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,129,89); }

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

background-color css

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

 a { background-color: rgb(42,129,89); }

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

border-color css

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

 span { border-color: rgb(42,129,89); }

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