Html Css Color HEX #1D5F56 Eden

📋 copy color: '#1D5F56'

red 29 ◦ green 95 ◦ blue 86

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

Shades of Eden #1D5F56

Tints of Eden #1D5F56

RGB

 RED value IS 29 (11.72% from 255) = 13.81%

 GREEN value IS 95 (37.5% from 255) = 45.24%

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 13.81%
G = 45.24%
B = 40.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#1D5F56 (or 0x1D5F56) is known color: Eden. HEX triplet: 1D, 5F and 56. RGB value is (29,95,86). Sum of RGB (Red+Green+Blue) = 29+95+86=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #1D5F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5F56 is #E2A0A9. Grayscale: #4A4A4A. Windows color (decimal): -14852266 or 5660445. OLE color: 5660445.

HSL color Cylindrical-coordinate representation of color #1D5F56: hue angle of 171.82º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5F56 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 29 95 86 -
CMYK 0.69 0 0.09 0.63
HSL 171.82º 0.53% 0.24% -
HSV(B) 171.82º 0.69% 0.37% -
XYZ 6.28 9.12 10.23 -
YUV 74.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 29 95 86 0.69 0 0.09 0.63 171.82 0.53 0.24
Hex 1D 5F 56 45 0 9 3F AC 35 18
Octal 35 137 126 105 0 11 77 254 65 30
Binary 11101 1011111 1010110 1000101 0 1001 111111 10101100 110101 11000

Color Harmonies of #1D5F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5F56

Black with #1D5F56

Text Example


Text Example

White with #1D5F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D5F56; }

 p { color: rgb(29,95,86); }

 H1.HeaderClassName
 {
   color: #1D5F56;
 }
 .AnyTagClassName
 {
   color: #1D5F56;
 }
</style>

background-color css

<style>
 a { background-color: #1D5F56; }

 a { background-color: rgb(29,95,86); }

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

border-color css

<style>
 span { border-color: #1D5F56; }

 span { border-color: rgb(29,95,86); }

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