Html Css Color HEX #2A7F5D Sea Green

📋 copy color: '#2A7F5D'

red 42 ◦ green 127 ◦ blue 93

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

Shades of Sea Green #2A7F5D

Tints of Sea Green #2A7F5D

RGB

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

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

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

R = 16.03%
G = 48.47%
B = 35.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#2A7F5D (or 0x2A7F5D) is known color: Sea Green. HEX triplet: 2A, 7F and 5D. RGB value is (42,127,93). Sum of RGB (Red+Green+Blue) = 42+127+93=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #2A7F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7F5D is #D580A2. Grayscale: #616161. Windows color (decimal): -13992099 or 6127402. OLE color: 6127402.

HSL color Cylindrical-coordinate representation of color #2A7F5D: hue angle of 156º 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 #2A7F5D is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 42 127 93 -
CMYK 0.67 0 0.27 0.50
HSL 156º 0.5% 0.33% -
HSV(B) 156º 0.67% 0.5% -
XYZ 10.52 16.46 12.98 -
YUV 97.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 42 127 93 0.67 0 0.27 0.50 156 0.5 0.33
Hex 2A 7F 5D 43 0 1B 32 9C 32 21
Octal 52 177 135 103 0 33 62 234 62 41
Binary 101010 1111111 1011101 1000011 0 11011 110010 10011100 110010 100001

Color Harmonies of #2A7F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7F5D

Black with #2A7F5D

Text Example


Text Example

White with #2A7F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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