Html Css Color HEX #2A7C57 Sea Green

📋 copy color: '#2A7C57'

red 42 ◦ green 124 ◦ blue 87

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

Shades of Sea Green #2A7C57

Tints of Sea Green #2A7C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.39%

R = 16.6%
G = 49.01%
B = 34.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#2A7C57 (or 0x2A7C57) is known color: Sea Green. HEX triplet: 2A, 7C and 57. RGB value is (42,124,87). Sum of RGB (Red+Green+Blue) = 42+124+87=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7C57 is #D583A8. Grayscale: #5F5F5F. Windows color (decimal): -13992873 or 5733418. OLE color: 5733418.

HSL color Cylindrical-coordinate representation of color #2A7C57: hue angle of 152.93º 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 #2A7C57 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 124 87 -
CMYK 0.66 0 0.30 0.51
HSL 152.93º 0.49% 0.33% -
HSV(B) 152.93º 0.66% 0.49% -
XYZ 9.88 15.6 11.51 -
YUV 95.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 42 124 87 0.66 0 0.30 0.51 152.93 0.49 0.33
Hex 2A 7C 57 42 0 1E 33 99 31 21
Octal 52 174 127 102 0 36 63 231 61 41
Binary 101010 1111100 1010111 1000010 0 11110 110011 10011001 110001 100001

Color Harmonies of #2A7C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7C57

Black with #2A7C57

Text Example


Text Example

White with #2A7C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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