Html Css Color HEX #2A8446 Sea Green

📋 copy color: '#2A8446'

red 42 ◦ green 132 ◦ blue 70

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

Shades of Sea Green #2A8446

Tints of Sea Green #2A8446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.69%

R = 17.21%
G = 54.1%
B = 28.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#2A8446 (or 0x2A8446) is known color: Sea Green. HEX triplet: 2A, 84 and 46. RGB value is (42,132,70). Sum of RGB (Red+Green+Blue) = 42+132+70=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8446 is #D57BB9. Grayscale: #626262. Windows color (decimal): -13990842 or 4621354. OLE color: 4621354.

HSL color Cylindrical-coordinate representation of color #2A8446: hue angle of 138.67º 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 #2A8446 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 42 132 70 -
CMYK 0.68 0 0.47 0.48
HSL 138.67º 0.52% 0.34% -
HSV(B) 138.67º 0.68% 0.52% -
XYZ 10.31 17.44 8.62 -
YUV 98.02 112.18 88.04 -
System Red Green Blue C M Y K H S L
Decimal 42 132 70 0.68 0 0.47 0.48 138.67 0.52 0.34
Hex 2A 84 46 44 0 2F 30 8B 34 22
Octal 52 204 106 104 0 57 60 213 64 42
Binary 101010 10000100 1000110 1000100 0 101111 110000 10001011 110100 100010

Color Harmonies of #2A8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8446

Black with #2A8446

Text Example


Text Example

White with #2A8446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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