Html Css Color HEX #1D725C Deep Sea

📋 copy color: '#1D725C'

red 29 ◦ green 114 ◦ blue 92

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

Shades of Deep Sea #1D725C

Tints of Deep Sea #1D725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.51%

 BLUE value IS 92 (36.33% from 255) = 39.15%

R = 12.34%
G = 48.51%
B = 39.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#1D725C (or 0x1D725C) is known color: Deep Sea. HEX triplet: 1D, 72 and 5C. RGB value is (29,114,92). Sum of RGB (Red+Green+Blue) = 29+114+92=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #1D725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D725C is #E28DA3. Grayscale: #565656. Windows color (decimal): -14847396 or 6058525. OLE color: 6058525.

HSL color Cylindrical-coordinate representation of color #1D725C: hue angle of 164.47º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D725C is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 114 92 -
CMYK 0.75 0 0.19 0.55
HSL 164.47º 0.59% 0.28% -
HSV(B) 164.47º 0.75% 0.45% -
XYZ 8.46 13.07 12.2 -
YUV 86.08 131.34 87.29 -
System Red Green Blue C M Y K H S L
Decimal 29 114 92 0.75 0 0.19 0.55 164.47 0.59 0.28
Hex 1D 72 5C 4B 0 13 37 A4 3B 1C
Octal 35 162 134 113 0 23 67 244 73 34
Binary 11101 1110010 1011100 1001011 0 10011 110111 10100100 111011 11100

Color Harmonies of #1D725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D725C

Black with #1D725C

Text Example


Text Example

White with #1D725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,114,92); }

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

background-color css

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

 a { background-color: rgb(29,114,92); }

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

border-color css

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

 span { border-color: rgb(29,114,92); }

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