Html Css Color HEX #2A8246 Sea Green

📋 copy color: '#2A8246'

red 42 ◦ green 130 ◦ blue 70

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

Shades of Sea Green #2A8246

Tints of Sea Green #2A8246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.72%

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

R = 17.36%
G = 53.72%
B = 28.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#2A8246 (or 0x2A8246) is known color: Sea Green. HEX triplet: 2A, 82 and 46. RGB value is (42,130,70). Sum of RGB (Red+Green+Blue) = 42+130+70=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8246 is #D57DB9. Grayscale: #616161. Windows color (decimal): -13991354 or 4620842. OLE color: 4620842.

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

Color convert

RGB 42 130 70 -
CMYK 0.68 0 0.46 0.49
HSL 139.09º 0.51% 0.34% -
HSV(B) 139.09º 0.68% 0.51% -
XYZ 10.04 16.9 8.53 -
YUV 96.85 112.85 88.88 -
System Red Green Blue C M Y K H S L
Decimal 42 130 70 0.68 0 0.46 0.49 139.09 0.51 0.34
Hex 2A 82 46 44 0 2E 31 8B 33 22
Octal 52 202 106 104 0 56 61 213 63 42
Binary 101010 10000010 1000110 1000100 0 101110 110001 10001011 110011 100010

Color Harmonies of #2A8246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8246

Black with #2A8246

Text Example


Text Example

White with #2A8246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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