Html Css Color HEX #2A6258 Eden

📋 copy color: '#2A6258'

red 42 ◦ green 98 ◦ blue 88

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

Shades of Eden #2A6258

Tints of Eden #2A6258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

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

R = 18.42%
G = 42.98%
B = 38.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#2A6258 (or 0x2A6258) is known color: Eden. HEX triplet: 2A, 62 and 58. RGB value is (42,98,88). Sum of RGB (Red+Green+Blue) = 42+98+88=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6258 is #D59DA7. Grayscale: #505050. Windows color (decimal): -13999528 or 5792298. OLE color: 5792298.

HSL color Cylindrical-coordinate representation of color #2A6258: hue angle of 169.29º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A6258 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 98 88 -
CMYK 0.57 0 0.10 0.62
HSL 169.29º 0.4% 0.27% -
HSV(B) 169.29º 0.57% 0.38% -
XYZ 7.08 9.93 10.78 -
YUV 80.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 42 98 88 0.57 0 0.10 0.62 169.29 0.4 0.27
Hex 2A 62 58 39 0 A 3E A9 28 1B
Octal 52 142 130 71 0 12 76 251 50 33
Binary 101010 1100010 1011000 111001 0 1010 111110 10101001 101000 11011

Color Harmonies of #2A6258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6258

Black with #2A6258

Text Example


Text Example

White with #2A6258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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