Html Css Color HEX #2A7156 Evening Sea

📋 copy color: '#2A7156'

red 42 ◦ green 113 ◦ blue 86

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

Shades of Evening Sea #2A7156

Tints of Evening Sea #2A7156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

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

R = 17.43%
G = 46.89%
B = 35.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#2A7156 (or 0x2A7156) is known color: Evening Sea. HEX triplet: 2A, 71 and 56. RGB value is (42,113,86). Sum of RGB (Red+Green+Blue) = 42+113+86=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7156 is #D58EA9. Grayscale: #585858. Windows color (decimal): -13995690 or 5665066. OLE color: 5665066.

HSL color Cylindrical-coordinate representation of color #2A7156: hue angle of 157.18º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A7156 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 113 86 -
CMYK 0.63 0 0.24 0.56
HSL 157.18º 0.46% 0.3% -
HSV(B) 157.18º 0.63% 0.44% -
XYZ 8.54 12.97 10.86 -
YUV 88.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 42 113 86 0.63 0 0.24 0.56 157.18 0.46 0.3
Hex 2A 71 56 3F 0 18 38 9D 2E 1E
Octal 52 161 126 77 0 30 70 235 56 36
Binary 101010 1110001 1010110 111111 0 11000 111000 10011101 101110 11110

Color Harmonies of #2A7156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7156

Black with #2A7156

Text Example


Text Example

White with #2A7156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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