Html Css Color HEX #2A9D4E Sea Green

📋 copy color: '#2A9D4E'

red 42 ◦ green 157 ◦ blue 78

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

Shades of Sea Green #2A9D4E

Tints of Sea Green #2A9D4E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 56.68%

 BLUE value IS 78 (30.86% from 255) = 28.16%

R = 15.16%
G = 56.68%
B = 28.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#2A9D4E (or 0x2A9D4E) is known color: Sea Green. HEX triplet: 2A, 9D and 4E. RGB value is (42,157,78). Sum of RGB (Red+Green+Blue) = 42+157+78=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9D4E is #D562B1. Grayscale: #717171. Windows color (decimal): -13984434 or 5152042. OLE color: 5152042.

HSL color Cylindrical-coordinate representation of color #2A9D4E: hue angle of 138.78º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9D4E is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 42 157 78 -
CMYK 0.73 0 0.50 0.38
HSL 138.78º 0.58% 0.39% -
HSV(B) 138.78º 0.73% 0.62% -
XYZ 14.39 25.16 11.31 -
YUV 113.61 107.9 76.92 -
System Red Green Blue C M Y K H S L
Decimal 42 157 78 0.73 0 0.50 0.38 138.78 0.58 0.39
Hex 2A 9D 4E 49 0 32 26 8B 3A 27
Octal 52 235 116 111 0 62 46 213 72 47
Binary 101010 10011101 1001110 1001001 0 110010 100110 10001011 111010 100111

Color Harmonies of #2A9D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9D4E

Black with #2A9D4E

Text Example


Text Example

White with #2A9D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,157,78); }

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

background-color css

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

 a { background-color: rgb(42,157,78); }

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

border-color css

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

 span { border-color: rgb(42,157,78); }

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