Html Css Color HEX #2A7F56 Sea Green

📋 copy color: '#2A7F56'

red 42 ◦ green 127 ◦ blue 86

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

Shades of Sea Green #2A7F56

Tints of Sea Green #2A7F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 16.47%
G = 49.8%
B = 33.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#2A7F56 (or 0x2A7F56) is known color: Sea Green. HEX triplet: 2A, 7F and 56. RGB value is (42,127,86). Sum of RGB (Red+Green+Blue) = 42+127+86=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #2A7F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7F56 is #D580A9. Grayscale: #606060. Windows color (decimal): -13992106 or 5668650. OLE color: 5668650.

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

Color convert

RGB 42 127 86 -
CMYK 0.67 0 0.32 0.50
HSL 151.06º 0.5% 0.33% -
HSV(B) 151.06º 0.67% 0.5% -
XYZ 10.22 16.34 11.42 -
YUV 96.91 121.84 88.83 -
System Red Green Blue C M Y K H S L
Decimal 42 127 86 0.67 0 0.32 0.50 151.06 0.5 0.33
Hex 2A 7F 56 43 0 20 32 97 32 21
Octal 52 177 126 103 0 40 62 227 62 41
Binary 101010 1111111 1010110 1000011 0 100000 110010 10010111 110010 100001

Color Harmonies of #2A7F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7F56

Black with #2A7F56

Text Example


Text Example

White with #2A7F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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