Html Css Color HEX #2A7C5D Sea Green

📋 copy color: '#2A7C5D'

red 42 ◦ green 124 ◦ blue 93

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

Shades of Sea Green #2A7C5D

Tints of Sea Green #2A7C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.88%

 BLUE value IS 93 (36.72% from 255) = 35.91%

R = 16.22%
G = 47.88%
B = 35.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#2A7C5D (or 0x2A7C5D) is known color: Sea Green. HEX triplet: 2A, 7C and 5D. RGB value is (42,124,93). Sum of RGB (Red+Green+Blue) = 42+124+93=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7C5D is #D583A2. Grayscale: #5F5F5F. Windows color (decimal): -13992867 or 6126634. OLE color: 6126634.

HSL color Cylindrical-coordinate representation of color #2A7C5D: hue angle of 157.32º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7C5D is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 124 93 -
CMYK 0.66 0 0.25 0.51
HSL 157.32º 0.49% 0.33% -
HSV(B) 157.32º 0.66% 0.49% -
XYZ 10.14 15.7 12.85 -
YUV 95.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 42 124 93 0.66 0 0.25 0.51 157.32 0.49 0.33
Hex 2A 7C 5D 42 0 19 33 9D 31 21
Octal 52 174 135 102 0 31 63 235 61 41
Binary 101010 1111100 1011101 1000010 0 11001 110011 10011101 110001 100001

Color Harmonies of #2A7C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7C5D

Black with #2A7C5D

Text Example


Text Example

White with #2A7C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,124,93); }

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

background-color css

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

 a { background-color: rgb(42,124,93); }

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

border-color css

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

 span { border-color: rgb(42,124,93); }

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