Html Css Color HEX #2A8E4C Sea Green

📋 copy color: '#2A8E4C'

red 42 ◦ green 142 ◦ blue 76

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

Shades of Sea Green #2A8E4C

Tints of Sea Green #2A8E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 16.15%
G = 54.62%
B = 29.23%

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

#2A8E4C (or 0x2A8E4C) is known color: Sea Green. HEX triplet: 2A, 8E and 4C. RGB value is (42,142,76). Sum of RGB (Red+Green+Blue) = 42+142+76=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 142 (55.86% from 255 or 54.62% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8E4C is #D571B3. Grayscale: #686868. Windows color (decimal): -13988276 or 5017130. OLE color: 5017130.

HSL color Cylindrical-coordinate representation of color #2A8E4C: hue angle of 140.4º 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 #2A8E4C is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 42 142 76 -
CMYK 0.70 0 0.46 0.44
HSL 140.4º 0.54% 0.36% -
HSV(B) 140.4º 0.7% 0.56% -
XYZ 11.93 20.36 10.14 -
YUV 104.58 111.87 83.37 -
System Red Green Blue C M Y K H S L
Decimal 42 142 76 0.70 0 0.46 0.44 140.4 0.54 0.36
Hex 2A 8E 4C 46 0 2E 2C 8C 36 24
Octal 52 216 114 106 0 56 54 214 66 44
Binary 101010 10001110 1001100 1000110 0 101110 101100 10001100 110110 100100

Color Harmonies of #2A8E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8E4C

Black with #2A8E4C

Text Example


Text Example

White with #2A8E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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