Html Css Color HEX #2D605B Eden

📋 copy color: '#2D605B'

red 45 ◦ green 96 ◦ blue 91

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

Shades of Eden #2D605B

Tints of Eden #2D605B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 19.4%
G = 41.38%
B = 39.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#2D605B (or 0x2D605B) is known color: Eden. HEX triplet: 2D, 60 and 5B. RGB value is (45,96,91). Sum of RGB (Red+Green+Blue) = 45+96+91=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #2D605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D605B is #D29FA4. Grayscale: #505050. Windows color (decimal): -13803429 or 5988397. OLE color: 5988397.

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

Color convert

RGB 45 96 91 -
CMYK 0.53 0 0.05 0.62
HSL 174.12º 0.36% 0.28% -
HSV(B) 174.12º 0.53% 0.38% -
XYZ 7.15 9.68 11.39 -
YUV 80.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 45 96 91 0.53 0 0.05 0.62 174.12 0.36 0.28
Hex 2D 60 5B 35 0 5 3E AE 24 1C
Octal 55 140 133 65 0 5 76 256 44 34
Binary 101101 1100000 1011011 110101 0 101 111110 10101110 100100 11100

Color Harmonies of #2D605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D605B

Black with #2D605B

Text Example


Text Example

White with #2D605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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