Html Css Color HEX #2A7356 Evening Sea

📋 copy color: '#2A7356'

red 42 ◦ green 115 ◦ blue 86

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

Shades of Evening Sea #2A7356

Tints of Evening Sea #2A7356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.33%

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

R = 17.28%
G = 47.33%
B = 35.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#2A7356 (or 0x2A7356) is known color: Evening Sea. HEX triplet: 2A, 73 and 56. RGB value is (42,115,86). Sum of RGB (Red+Green+Blue) = 42+115+86=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7356 is #D58CA9. Grayscale: #595959. Windows color (decimal): -13995178 or 5665578. OLE color: 5665578.

HSL color Cylindrical-coordinate representation of color #2A7356: hue angle of 156.16º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A7356 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 115 86 -
CMYK 0.63 0 0.25 0.55
HSL 156.16º 0.46% 0.31% -
HSV(B) 156.16º 0.63% 0.45% -
XYZ 8.77 13.43 10.93 -
YUV 89.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 42 115 86 0.63 0 0.25 0.55 156.16 0.46 0.31
Hex 2A 73 56 3F 0 19 37 9C 2E 1F
Octal 52 163 126 77 0 31 67 234 56 37
Binary 101010 1110011 1010110 111111 0 11001 110111 10011100 101110 11111

Color Harmonies of #2A7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7356

Black with #2A7356

Text Example


Text Example

White with #2A7356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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