Html Css Color HEX #2A824A Sea Green

📋 copy color: '#2A824A'

red 42 ◦ green 130 ◦ blue 74

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

Shades of Sea Green #2A824A

Tints of Sea Green #2A824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.08%

R = 17.07%
G = 52.85%
B = 30.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#2A824A (or 0x2A824A) is known color: Sea Green. HEX triplet: 2A, 82 and 4A. RGB value is (42,130,74). Sum of RGB (Red+Green+Blue) = 42+130+74=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #2A824A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A824A is #D57DB5. Grayscale: #616161. Windows color (decimal): -13991350 or 4882986. OLE color: 4882986.

HSL color Cylindrical-coordinate representation of color #2A824A: hue angle of 141.82º 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 #2A824A is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 130 74 -
CMYK 0.68 0 0.43 0.49
HSL 141.82º 0.51% 0.34% -
HSV(B) 141.82º 0.68% 0.51% -
XYZ 10.17 16.95 9.21 -
YUV 97.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 42 130 74 0.68 0 0.43 0.49 141.82 0.51 0.34
Hex 2A 82 4A 44 0 2B 31 8E 33 22
Octal 52 202 112 104 0 53 61 216 63 42
Binary 101010 10000010 1001010 1000100 0 101011 110001 10001110 110011 100010

Color Harmonies of #2A824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A824A

Black with #2A824A

Text Example


Text Example

White with #2A824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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