Html Css Color HEX #2A8949 Sea Green

📋 copy color: '#2A8949'

red 42 ◦ green 137 ◦ blue 73

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

Shades of Sea Green #2A8949

Tints of Sea Green #2A8949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.97%

R = 16.67%
G = 54.37%
B = 28.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#2A8949 (or 0x2A8949) is known color: Sea Green. HEX triplet: 2A, 89 and 49. RGB value is (42,137,73). Sum of RGB (Red+Green+Blue) = 42+137+73=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8949 is #D576B6. Grayscale: #656565. Windows color (decimal): -13989559 or 4819242. OLE color: 4819242.

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

Color convert

RGB 42 137 73 -
CMYK 0.69 0 0.47 0.46
HSL 139.58º 0.53% 0.35% -
HSV(B) 139.58º 0.69% 0.54% -
XYZ 11.1 18.86 9.36 -
YUV 101.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 42 137 73 0.69 0 0.47 0.46 139.58 0.53 0.35
Hex 2A 89 49 45 0 2F 2E 8C 35 23
Octal 52 211 111 105 0 57 56 214 65 43
Binary 101010 10001001 1001001 1000101 0 101111 101110 10001100 110101 100011

Color Harmonies of #2A8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8949

Black with #2A8949

Text Example


Text Example

White with #2A8949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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