Html Css Color HEX #1A7057 Eden

📋 copy color: '#1A7057'

red 26 ◦ green 112 ◦ blue 87

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

Shades of Eden #1A7057

Tints of Eden #1A7057

RGB

 RED value IS 26 (10.55% from 255) = 11.56%

 GREEN value IS 112 (44.14% from 255) = 49.78%

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

R = 11.56%
G = 49.78%
B = 38.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#1A7057 (or 0x1A7057) is known color: Eden. HEX triplet: 1A, 70 and 57. RGB value is (26,112,87). Sum of RGB (Red+Green+Blue) = 26+112+87=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7057 is #E58FA8. Grayscale: #535353. Windows color (decimal): -15044521 or 5730330. OLE color: 5730330.

HSL color Cylindrical-coordinate representation of color #1A7057: hue angle of 162.56º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7057 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 112 87 -
CMYK 0.77 0 0.22 0.56
HSL 162.56º 0.62% 0.27% -
HSV(B) 162.56º 0.77% 0.44% -
XYZ 7.94 12.5 11.01 -
YUV 83.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 26 112 87 0.77 0 0.22 0.56 162.56 0.62 0.27
Hex 1A 70 57 4D 0 16 38 A3 3E 1B
Octal 32 160 127 115 0 26 70 243 76 33
Binary 11010 1110000 1010111 1001101 0 10110 111000 10100011 111110 11011

Color Harmonies of #1A7057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7057

Black with #1A7057

Text Example


Text Example

White with #1A7057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A7057; }

 p { color: rgb(26,112,87); }

 H1.HeaderClassName
 {
   color: #1A7057;
 }
 .AnyTagClassName
 {
   color: #1A7057;
 }
</style>

background-color css

<style>
 a { background-color: #1A7057; }

 a { background-color: rgb(26,112,87); }

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

border-color css

<style>
 span { border-color: #1A7057; }

 span { border-color: rgb(26,112,87); }

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