Html Css Color HEX #1D5D48 Evening Sea

📋 copy color: '#1D5D48'

red 29 ◦ green 93 ◦ blue 72

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

Shades of Evening Sea #1D5D48

Tints of Evening Sea #1D5D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.94%

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 14.95%
G = 47.94%
B = 37.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#1D5D48 (or 0x1D5D48) is known color: Evening Sea. HEX triplet: 1D, 5D and 48. RGB value is (29,93,72). Sum of RGB (Red+Green+Blue) = 29+93+72=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5D48 is #E2A2B7. Grayscale: #474747. Windows color (decimal): -14852792 or 4742429. OLE color: 4742429.

HSL color Cylindrical-coordinate representation of color #1D5D48: hue angle of 160.31º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5D48 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 93 72 -
CMYK 0.69 0 0.23 0.64
HSL 160.31º 0.52% 0.24% -
HSV(B) 160.31º 0.69% 0.36% -
XYZ 5.59 8.56 7.49 -
YUV 71.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 29 93 72 0.69 0 0.23 0.64 160.31 0.52 0.24
Hex 1D 5D 48 45 0 17 40 A0 34 18
Octal 35 135 110 105 0 27 100 240 64 30
Binary 11101 1011101 1001000 1000101 0 10111 1000000 10100000 110100 11000

Color Harmonies of #1D5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5D48

Black with #1D5D48

Text Example


Text Example

White with #1D5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,93,72); }

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

background-color css

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

 a { background-color: rgb(29,93,72); }

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

border-color css

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

 span { border-color: rgb(29,93,72); }

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