Html Css Color HEX #2A6F58 Eden

📋 copy color: '#2A6F58'

red 42 ◦ green 111 ◦ blue 88

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

Shades of Eden #2A6F58

Tints of Eden #2A6F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.06%

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

R = 17.43%
G = 46.06%
B = 36.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#2A6F58 (or 0x2A6F58) is known color: Eden. HEX triplet: 2A, 6F and 58. RGB value is (42,111,88). Sum of RGB (Red+Green+Blue) = 42+111+88=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #2A6F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6F58 is #D590A7. Grayscale: #575757. Windows color (decimal): -13996200 or 5795626. OLE color: 5795626.

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

Color convert

RGB 42 111 88 -
CMYK 0.62 0 0.21 0.56
HSL 160º 0.45% 0.3% -
HSV(B) 160º 0.62% 0.44% -
XYZ 8.4 12.57 11.22 -
YUV 87.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 42 111 88 0.62 0 0.21 0.56 160 0.45 0.3
Hex 2A 6F 58 3E 0 15 38 A0 2D 1E
Octal 52 157 130 76 0 25 70 240 55 36
Binary 101010 1101111 1011000 111110 0 10101 111000 10100000 101101 11110

Color Harmonies of #2A6F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6F58

Black with #2A6F58

Text Example


Text Example

White with #2A6F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,111,88); }

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

background-color css

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

 a { background-color: rgb(42,111,88); }

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

border-color css

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

 span { border-color: rgb(42,111,88); }

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