Html Css Color HEX #2A8447 Sea Green

📋 copy color: '#2A8447'

red 42 ◦ green 132 ◦ blue 71

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

Shades of Sea Green #2A8447

Tints of Sea Green #2A8447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.88%

 BLUE value IS 71 (28.13% from 255) = 28.98%

R = 17.14%
G = 53.88%
B = 28.98%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#2A8447 (or 0x2A8447) is known color: Sea Green. HEX triplet: 2A, 84 and 47. RGB value is (42,132,71). Sum of RGB (Red+Green+Blue) = 42+132+71=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8447 is #D57BB8. Grayscale: #626262. Windows color (decimal): -13990841 or 4686890. OLE color: 4686890.

HSL color Cylindrical-coordinate representation of color #2A8447: hue angle of 139.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8447 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 42 132 71 -
CMYK 0.68 0 0.46 0.48
HSL 139.33º 0.52% 0.34% -
HSV(B) 139.33º 0.68% 0.52% -
XYZ 10.34 17.45 8.78 -
YUV 98.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 42 132 71 0.68 0 0.46 0.48 139.33 0.52 0.34
Hex 2A 84 47 44 0 2E 30 8B 34 22
Octal 52 204 107 104 0 56 60 213 64 42
Binary 101010 10000100 1000111 1000100 0 101110 110000 10001011 110100 100010

Color Harmonies of #2A8447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8447

Black with #2A8447

Text Example


Text Example

White with #2A8447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,132,71); }

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

background-color css

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

 a { background-color: rgb(42,132,71); }

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

border-color css

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

 span { border-color: rgb(42,132,71); }

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