Html Css Color HEX #2A7257 Evening Sea

📋 copy color: '#2A7257'

red 42 ◦ green 114 ◦ blue 87

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

Shades of Evening Sea #2A7257

Tints of Evening Sea #2A7257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.91%

 BLUE value IS 87 (34.38% from 255) = 35.8%

R = 17.28%
G = 46.91%
B = 35.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#2A7257 (or 0x2A7257) is known color: Evening Sea. HEX triplet: 2A, 72 and 57. RGB value is (42,114,87). Sum of RGB (Red+Green+Blue) = 42+114+87=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7257 is #D58DA8. Grayscale: #595959. Windows color (decimal): -13995433 or 5730858. OLE color: 5730858.

HSL color Cylindrical-coordinate representation of color #2A7257: hue angle of 157.5º 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 #2A7257 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 114 87 -
CMYK 0.63 0 0.24 0.55
HSL 157.5º 0.46% 0.31% -
HSV(B) 157.5º 0.63% 0.45% -
XYZ 8.69 13.21 11.11 -
YUV 89.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 42 114 87 0.63 0 0.24 0.55 157.5 0.46 0.31
Hex 2A 72 57 3F 0 18 37 9E 2E 1F
Octal 52 162 127 77 0 30 67 236 56 37
Binary 101010 1110010 1010111 111111 0 11000 110111 10011110 101110 11111

Color Harmonies of #2A7257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7257

Black with #2A7257

Text Example


Text Example

White with #2A7257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,114,87); }

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

background-color css

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

 a { background-color: rgb(42,114,87); }

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

border-color css

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

 span { border-color: rgb(42,114,87); }

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