Html Css Color HEX #2D7058 Eden

📋 copy color: '#2D7058'

red 45 ◦ green 112 ◦ blue 88

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

Shades of Eden #2D7058

Tints of Eden #2D7058

RGB

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

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

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

R = 18.37%
G = 45.71%
B = 35.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#2D7058 (or 0x2D7058) is known color: Eden. HEX triplet: 2D, 70 and 58. RGB value is (45,112,88). Sum of RGB (Red+Green+Blue) = 45+112+88=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7058 is #D28FA7. Grayscale: #595959. Windows color (decimal): -13799336 or 5795885. OLE color: 5795885.

HSL color Cylindrical-coordinate representation of color #2D7058: hue angle of 158.51º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D7058 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 112 88 -
CMYK 0.60 0 0.21 0.56
HSL 158.51º 0.43% 0.31% -
HSV(B) 158.51º 0.6% 0.44% -
XYZ 8.64 12.85 11.26 -
YUV 89.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 45 112 88 0.60 0 0.21 0.56 158.51 0.43 0.31
Hex 2D 70 58 3C 0 15 38 9F 2B 1F
Octal 55 160 130 74 0 25 70 237 53 37
Binary 101101 1110000 1011000 111100 0 10101 111000 10011111 101011 11111

Color Harmonies of #2D7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7058

Black with #2D7058

Text Example


Text Example

White with #2D7058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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