Html Css Color HEX #2A9558 Sea Green

📋 copy color: '#2A9558'

red 42 ◦ green 149 ◦ blue 88

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

Shades of Sea Green #2A9558

Tints of Sea Green #2A9558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.41%

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 15.05%
G = 53.41%
B = 31.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#2A9558 (or 0x2A9558) is known color: Sea Green. HEX triplet: 2A, 95 and 58. RGB value is (42,149,88). Sum of RGB (Red+Green+Blue) = 42+149+88=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9558 is #D56AA7. Grayscale: #6E6E6E. Windows color (decimal): -13986472 or 5805354. OLE color: 5805354.

HSL color Cylindrical-coordinate representation of color #2A9558: hue angle of 145.79º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9558 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 149 88 -
CMYK 0.72 0 0.41 0.42
HSL 145.79º 0.56% 0.37% -
HSV(B) 145.79º 0.72% 0.58% -
XYZ 13.46 22.69 12.9 -
YUV 110.05 115.55 79.46 -
System Red Green Blue C M Y K H S L
Decimal 42 149 88 0.72 0 0.41 0.42 145.79 0.56 0.37
Hex 2A 95 58 48 0 29 2A 92 38 25
Octal 52 225 130 110 0 51 52 222 70 45
Binary 101010 10010101 1011000 1001000 0 101001 101010 10010010 111000 100101

Color Harmonies of #2A9558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9558

Black with #2A9558

Text Example


Text Example

White with #2A9558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,149,88); }

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

background-color css

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

 a { background-color: rgb(42,149,88); }

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

border-color css

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

 span { border-color: rgb(42,149,88); }

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