Html Css Color HEX #1D735C Deep Sea

📋 copy color: '#1D735C'

red 29 ◦ green 115 ◦ blue 92

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

Shades of Deep Sea #1D735C

Tints of Deep Sea #1D735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.73%

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

R = 12.29%
G = 48.73%
B = 38.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#1D735C (or 0x1D735C) is known color: Deep Sea. HEX triplet: 1D, 73 and 5C. RGB value is (29,115,92). Sum of RGB (Red+Green+Blue) = 29+115+92=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #1D735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D735C is #E28CA3. Grayscale: #565656. Windows color (decimal): -14847140 or 6058781. OLE color: 6058781.

HSL color Cylindrical-coordinate representation of color #1D735C: hue angle of 163.95º degrees, saturation: 0.6, 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 #1D735C is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 115 92 -
CMYK 0.75 0 0.20 0.55
HSL 163.95º 0.6% 0.28% -
HSV(B) 163.95º 0.75% 0.45% -
XYZ 8.57 13.3 12.24 -
YUV 86.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 29 115 92 0.75 0 0.20 0.55 163.95 0.6 0.28
Hex 1D 73 5C 4B 0 14 37 A4 3C 1C
Octal 35 163 134 113 0 24 67 244 74 34
Binary 11101 1110011 1011100 1001011 0 10100 110111 10100100 111100 11100

Color Harmonies of #1D735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D735C

Black with #1D735C

Text Example


Text Example

White with #1D735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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