Html Css Color HEX #2A8851 Sea Green

📋 copy color: '#2A8851'

red 42 ◦ green 136 ◦ blue 81

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

Shades of Sea Green #2A8851

Tints of Sea Green #2A8851

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.51%

 BLUE value IS 81 (32.03% from 255) = 31.27%

R = 16.22%
G = 52.51%
B = 31.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#2A8851 (or 0x2A8851) is known color: Sea Green. HEX triplet: 2A, 88 and 51. RGB value is (42,136,81). Sum of RGB (Red+Green+Blue) = 42+136+81=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8851 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8851 is #D577AE. Grayscale: #656565. Windows color (decimal): -13989807 or 5343274. OLE color: 5343274.

HSL color Cylindrical-coordinate representation of color #2A8851: hue angle of 144.89º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8851 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 136 81 -
CMYK 0.69 0 0.40 0.47
HSL 144.89º 0.53% 0.35% -
HSV(B) 144.89º 0.69% 0.53% -
XYZ 11.24 18.69 10.8 -
YUV 101.62 116.36 85.47 -
System Red Green Blue C M Y K H S L
Decimal 42 136 81 0.69 0 0.40 0.47 144.89 0.53 0.35
Hex 2A 88 51 45 0 28 2F 91 35 23
Octal 52 210 121 105 0 50 57 221 65 43
Binary 101010 10001000 1010001 1000101 0 101000 101111 10010001 110101 100011

Color Harmonies of #2A8851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8851

Black with #2A8851

Text Example


Text Example

White with #2A8851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,136,81); }

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

background-color css

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

 a { background-color: rgb(42,136,81); }

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

border-color css

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

 span { border-color: rgb(42,136,81); }

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