Html Css Color HEX #2D6058 Eden

📋 copy color: '#2D6058'

red 45 ◦ green 96 ◦ blue 88

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

Shades of Eden #2D6058

Tints of Eden #2D6058

RGB

 RED value IS 45 (17.97% from 255) = 19.65%

 GREEN value IS 96 (37.89% from 255) = 41.92%

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

R = 19.65%
G = 41.92%
B = 38.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#2D6058 (or 0x2D6058) is known color: Eden. HEX triplet: 2D, 60 and 58. RGB value is (45,96,88). Sum of RGB (Red+Green+Blue) = 45+96+88=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6058 is #D29FA7. Grayscale: #4F4F4F. Windows color (decimal): -13803432 or 5791789. OLE color: 5791789.

HSL color Cylindrical-coordinate representation of color #2D6058: hue angle of 170.59º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D6058 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 96 88 -
CMYK 0.53 0 0.08 0.62
HSL 170.59º 0.36% 0.28% -
HSV(B) 170.59º 0.53% 0.38% -
XYZ 7.03 9.63 10.72 -
YUV 79.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 45 96 88 0.53 0 0.08 0.62 170.59 0.36 0.28
Hex 2D 60 58 35 0 8 3E AB 24 1C
Octal 55 140 130 65 0 10 76 253 44 34
Binary 101101 1100000 1011000 110101 0 1000 111110 10101011 100100 11100

Color Harmonies of #2D6058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6058

Black with #2D6058

Text Example


Text Example

White with #2D6058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,96,88); }

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

background-color css

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

 a { background-color: rgb(45,96,88); }

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

border-color css

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

 span { border-color: rgb(45,96,88); }

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