Html Css Color HEX #2D6057 Eden

📋 copy color: '#2D6057'

red 45 ◦ green 96 ◦ blue 87

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

Shades of Eden #2D6057

Tints of Eden #2D6057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.16%

R = 19.74%
G = 42.11%
B = 38.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#2D6057 (or 0x2D6057) is known color: Eden. HEX triplet: 2D, 60 and 57. RGB value is (45,96,87). Sum of RGB (Red+Green+Blue) = 45+96+87=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6057 is #D29FA8. Grayscale: #4F4F4F. Windows color (decimal): -13803433 or 5726253. OLE color: 5726253.

HSL color Cylindrical-coordinate representation of color #2D6057: hue angle of 169.41º 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 #2D6057 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 96 87 -
CMYK 0.53 0 0.09 0.62
HSL 169.41º 0.36% 0.28% -
HSV(B) 169.41º 0.53% 0.38% -
XYZ 6.99 9.61 10.5 -
YUV 79.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 45 96 87 0.53 0 0.09 0.62 169.41 0.36 0.28
Hex 2D 60 57 35 0 9 3E A9 24 1C
Octal 55 140 127 65 0 11 76 251 44 34
Binary 101101 1100000 1010111 110101 0 1001 111110 10101001 100100 11100

Color Harmonies of #2D6057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6057

Black with #2D6057

Text Example


Text Example

White with #2D6057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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