Html Css Color HEX #2A8E4D Sea Green

📋 copy color: '#2A8E4D'

red 42 ◦ green 142 ◦ blue 77

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

Shades of Sea Green #2A8E4D

Tints of Sea Green #2A8E4D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 54.41%

 BLUE value IS 77 (30.47% from 255) = 29.5%

R = 16.09%
G = 54.41%
B = 29.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#2A8E4D (or 0x2A8E4D) is known color: Sea Green. HEX triplet: 2A, 8E and 4D. RGB value is (42,142,77). Sum of RGB (Red+Green+Blue) = 42+142+77=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8E4D is #D571B2. Grayscale: #686868. Windows color (decimal): -13988275 or 5082666. OLE color: 5082666.

HSL color Cylindrical-coordinate representation of color #2A8E4D: hue angle of 141º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8E4D is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 42 142 77 -
CMYK 0.70 0 0.46 0.44
HSL 141º 0.54% 0.36% -
HSV(B) 141º 0.7% 0.56% -
XYZ 11.97 20.37 10.32 -
YUV 104.69 112.37 83.29 -
System Red Green Blue C M Y K H S L
Decimal 42 142 77 0.70 0 0.46 0.44 141 0.54 0.36
Hex 2A 8E 4D 46 0 2E 2C 8D 36 24
Octal 52 216 115 106 0 56 54 215 66 44
Binary 101010 10001110 1001101 1000110 0 101110 101100 10001101 110110 100100

Color Harmonies of #2A8E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8E4D

Black with #2A8E4D

Text Example


Text Example

White with #2A8E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,142,77); }

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

background-color css

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

 a { background-color: rgb(42,142,77); }

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

border-color css

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

 span { border-color: rgb(42,142,77); }

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