Html Css Color HEX #2A8952 Sea Green

📋 copy color: '#2A8952'

red 42 ◦ green 137 ◦ blue 82

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

Shades of Sea Green #2A8952

Tints of Sea Green #2A8952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.49%

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

R = 16.09%
G = 52.49%
B = 31.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#2A8952 (or 0x2A8952) is known color: Sea Green. HEX triplet: 2A, 89 and 52. RGB value is (42,137,82). Sum of RGB (Red+Green+Blue) = 42+137+82=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8952 is #D576AD. Grayscale: #666666. Windows color (decimal): -13989550 or 5409066. OLE color: 5409066.

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

Color convert

RGB 42 137 82 -
CMYK 0.69 0 0.40 0.46
HSL 145.26º 0.53% 0.35% -
HSV(B) 145.26º 0.69% 0.54% -
XYZ 11.42 18.99 11.05 -
YUV 102.33 116.53 84.97 -
System Red Green Blue C M Y K H S L
Decimal 42 137 82 0.69 0 0.40 0.46 145.26 0.53 0.35
Hex 2A 89 52 45 0 28 2E 91 35 23
Octal 52 211 122 105 0 50 56 221 65 43
Binary 101010 10001001 1010010 1000101 0 101000 101110 10010001 110101 100011

Color Harmonies of #2A8952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8952

Black with #2A8952

Text Example


Text Example

White with #2A8952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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