Html Css Color HEX #2A8A52 Sea Green

📋 copy color: '#2A8A52'

red 42 ◦ green 138 ◦ blue 82

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

Shades of Sea Green #2A8A52

Tints of Sea Green #2A8A52

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.67%

 BLUE value IS 82 (32.42% from 255) = 31.3%

R = 16.03%
G = 52.67%
B = 31.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#2A8A52 (or 0x2A8A52) is known color: Sea Green. HEX triplet: 2A, 8A and 52. RGB value is (42,138,82). Sum of RGB (Red+Green+Blue) = 42+138+82=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #2A8A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8A52 is #D575AD. Grayscale: #676767. Windows color (decimal): -13989294 or 5409322. OLE color: 5409322.

HSL color Cylindrical-coordinate representation of color #2A8A52: hue angle of 145º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8A52 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 42 138 82 -
CMYK 0.70 0 0.41 0.46
HSL 145º 0.53% 0.35% -
HSV(B) 145º 0.7% 0.54% -
XYZ 11.57 19.28 11.09 -
YUV 102.91 116.2 84.55 -
System Red Green Blue C M Y K H S L
Decimal 42 138 82 0.70 0 0.41 0.46 145 0.53 0.35
Hex 2A 8A 52 46 0 29 2E 91 35 23
Octal 52 212 122 106 0 51 56 221 65 43
Binary 101010 10001010 1010010 1000110 0 101001 101110 10010001 110101 100011

Color Harmonies of #2A8A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8A52

Black with #2A8A52

Text Example


Text Example

White with #2A8A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,138,82); }

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

background-color css

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

 a { background-color: rgb(42,138,82); }

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

border-color css

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

 span { border-color: rgb(42,138,82); }

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