Html Css Color HEX #1D735F Deep Sea

📋 copy color: '#1D735F'

red 29 ◦ green 115 ◦ blue 95

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

Shades of Deep Sea #1D735F

Tints of Deep Sea #1D735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 12.13%
G = 48.12%
B = 39.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#1D735F (or 0x1D735F) is known color: Deep Sea. HEX triplet: 1D, 73 and 5F. RGB value is (29,115,95). Sum of RGB (Red+Green+Blue) = 29+115+95=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #1D735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D735F is #E28CA0. Grayscale: #575757. Windows color (decimal): -14847137 or 6255389. OLE color: 6255389.

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

Color convert

RGB 29 115 95 -
CMYK 0.75 0 0.17 0.55
HSL 166.05º 0.6% 0.28% -
HSV(B) 166.05º 0.75% 0.45% -
XYZ 8.7 13.35 12.94 -
YUV 87.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 29 115 95 0.75 0 0.17 0.55 166.05 0.6 0.28
Hex 1D 73 5F 4B 0 11 37 A6 3C 1C
Octal 35 163 137 113 0 21 67 246 74 34
Binary 11101 1110011 1011111 1001011 0 10001 110111 10100110 111100 11100

Color Harmonies of #1D735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D735F

Black with #1D735F

Text Example


Text Example

White with #1D735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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