Html Css Color HEX #2A9458 Sea Green

📋 copy color: '#2A9458'

red 42 ◦ green 148 ◦ blue 88

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

Shades of Sea Green #2A9458

Tints of Sea Green #2A9458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.24%

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

R = 15.11%
G = 53.24%
B = 31.65%

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

#2A9458 (or 0x2A9458) is known color: Sea Green. HEX triplet: 2A, 94 and 58. RGB value is (42,148,88). Sum of RGB (Red+Green+Blue) = 42+148+88=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9458 is #D56BA7. Grayscale: #6D6D6D. Windows color (decimal): -13986728 or 5805098. OLE color: 5805098.

HSL color Cylindrical-coordinate representation of color #2A9458: hue angle of 146.04º 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 #2A9458 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 148 88 -
CMYK 0.72 0 0.41 0.42
HSL 146.04º 0.56% 0.37% -
HSV(B) 146.04º 0.72% 0.58% -
XYZ 13.31 22.38 12.85 -
YUV 109.47 115.88 79.88 -
System Red Green Blue C M Y K H S L
Decimal 42 148 88 0.72 0 0.41 0.42 146.04 0.56 0.37
Hex 2A 94 58 48 0 29 2A 92 38 25
Octal 52 224 130 110 0 51 52 222 70 45
Binary 101010 10010100 1011000 1001000 0 101001 101010 10010010 111000 100101

Color Harmonies of #2A9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9458

Black with #2A9458

Text Example


Text Example

White with #2A9458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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