Html Css Color HEX #2A7F60 Sea Green

📋 copy color: '#2A7F60'

red 42 ◦ green 127 ◦ blue 96

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

Shades of Sea Green #2A7F60

Tints of Sea Green #2A7F60

RGB

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

 GREEN value IS 127 (50% from 255) = 47.92%

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 15.85%
G = 47.92%
B = 36.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#2A7F60 (or 0x2A7F60) is known color: Sea Green. HEX triplet: 2A, 7F and 60. RGB value is (42,127,96). Sum of RGB (Red+Green+Blue) = 42+127+96=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #2A7F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7F60 is #D5809F. Grayscale: #626262. Windows color (decimal): -13992096 or 6324010. OLE color: 6324010.

HSL color Cylindrical-coordinate representation of color #2A7F60: hue angle of 158.12º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7F60 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 42 127 96 -
CMYK 0.67 0 0.24 0.50
HSL 158.12º 0.5% 0.33% -
HSV(B) 158.12º 0.67% 0.5% -
XYZ 10.66 16.52 13.69 -
YUV 98.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 42 127 96 0.67 0 0.24 0.50 158.12 0.5 0.33
Hex 2A 7F 60 43 0 18 32 9E 32 21
Octal 52 177 140 103 0 30 62 236 62 41
Binary 101010 1111111 1100000 1000011 0 11000 110010 10011110 110010 100001

Color Harmonies of #2A7F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7F60

Black with #2A7F60

Text Example


Text Example

White with #2A7F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,127,96); }

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

background-color css

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

 a { background-color: rgb(42,127,96); }

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

border-color css

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

 span { border-color: rgb(42,127,96); }

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