Html Css Color HEX #1A7058 Eden

📋 copy color: '#1A7058'

red 26 ◦ green 112 ◦ blue 88

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

Shades of Eden #1A7058

Tints of Eden #1A7058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.94%

R = 11.5%
G = 49.56%
B = 38.94%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#1A7058 (or 0x1A7058) is known color: Eden. HEX triplet: 1A, 70 and 58. RGB value is (26,112,88). Sum of RGB (Red+Green+Blue) = 26+112+88=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7058 is #E58FA7. Grayscale: #535353. Windows color (decimal): -15044520 or 5795866. OLE color: 5795866.

HSL color Cylindrical-coordinate representation of color #1A7058: hue angle of 163.26º 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 #1A7058 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 112 88 -
CMYK 0.77 0 0.21 0.56
HSL 163.26º 0.62% 0.27% -
HSV(B) 163.26º 0.77% 0.44% -
XYZ 7.98 12.51 11.23 -
YUV 83.55 130.51 86.95 -
System Red Green Blue C M Y K H S L
Decimal 26 112 88 0.77 0 0.21 0.56 163.26 0.62 0.27
Hex 1A 70 58 4D 0 15 38 A3 3E 1B
Octal 32 160 130 115 0 25 70 243 76 33
Binary 11010 1110000 1011000 1001101 0 10101 111000 10100011 111110 11011

Color Harmonies of #1A7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7058

Black with #1A7058

Text Example


Text Example

White with #1A7058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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