Html Css Color HEX #2A9249 Sea Green

📋 copy color: '#2A9249'

red 42 ◦ green 146 ◦ blue 73

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

Shades of Sea Green #2A9249

Tints of Sea Green #2A9249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.94%

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

R = 16.09%
G = 55.94%
B = 27.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#2A9249 (or 0x2A9249) is known color: Sea Green. HEX triplet: 2A, 92 and 49. RGB value is (42,146,73). Sum of RGB (Red+Green+Blue) = 42+146+73=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #2A9249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9249 is #D56DB6. Grayscale: #6A6A6A. Windows color (decimal): -13987255 or 4821546. OLE color: 4821546.

HSL color Cylindrical-coordinate representation of color #2A9249: hue angle of 137.88º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9249 is Cyan = 0.71, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB 42 146 73 -
CMYK 0.71 0 0.5 0.43
HSL 137.88º 0.55% 0.37% -
HSV(B) 137.88º 0.71% 0.57% -
XYZ 12.44 21.53 9.8 -
YUV 106.58 109.04 81.94 -
System Red Green Blue C M Y K H S L
Decimal 42 146 73 0.71 0 0.5 0.43 137.88 0.55 0.37
Hex 2A 92 49 47 0 32 2B 8A 37 25
Octal 52 222 111 107 0 62 53 212 67 45
Binary 101010 10010010 1001001 1000111 0 110010 101011 10001010 110111 100101

Color Harmonies of #2A9249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9249

Black with #2A9249

Text Example


Text Example

White with #2A9249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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