Html Css Color HEX #2A9C4C Sea Green

📋 copy color: '#2A9C4C'

red 42 ◦ green 156 ◦ blue 76

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

Shades of Sea Green #2A9C4C

Tints of Sea Green #2A9C4C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.93%

 BLUE value IS 76 (30.08% from 255) = 27.74%

R = 15.33%
G = 56.93%
B = 27.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#2A9C4C (or 0x2A9C4C) is known color: Sea Green. HEX triplet: 2A, 9C and 4C. RGB value is (42,156,76). Sum of RGB (Red+Green+Blue) = 42+156+76=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9C4C is #D563B3. Grayscale: #707070. Windows color (decimal): -13984692 or 5020714. OLE color: 5020714.

HSL color Cylindrical-coordinate representation of color #2A9C4C: hue angle of 137.89º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9C4C is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 42 156 76 -
CMYK 0.73 0 0.51 0.39
HSL 137.89º 0.58% 0.39% -
HSV(B) 137.89º 0.73% 0.61% -
XYZ 14.15 24.79 10.88 -
YUV 112.79 107.23 77.5 -
System Red Green Blue C M Y K H S L
Decimal 42 156 76 0.73 0 0.51 0.39 137.89 0.58 0.39
Hex 2A 9C 4C 49 0 33 27 8A 3A 27
Octal 52 234 114 111 0 63 47 212 72 47
Binary 101010 10011100 1001100 1001001 0 110011 100111 10001010 111010 100111

Color Harmonies of #2A9C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9C4C

Black with #2A9C4C

Text Example


Text Example

White with #2A9C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,156,76); }

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

background-color css

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

 a { background-color: rgb(42,156,76); }

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

border-color css

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

 span { border-color: rgb(42,156,76); }

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