Html Css Color HEX #1D765D Deep Sea

📋 copy color: '#1D765D'

red 29 ◦ green 118 ◦ blue 93

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

Shades of Deep Sea #1D765D

Tints of Deep Sea #1D765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.17%

 BLUE value IS 93 (36.72% from 255) = 38.75%

R = 12.08%
G = 49.17%
B = 38.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#1D765D (or 0x1D765D) is known color: Deep Sea. HEX triplet: 1D, 76 and 5D. RGB value is (29,118,93). Sum of RGB (Red+Green+Blue) = 29+118+93=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #1D765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D765D is #E289A2. Grayscale: #585858. Windows color (decimal): -14846371 or 6125085. OLE color: 6125085.

HSL color Cylindrical-coordinate representation of color #1D765D: hue angle of 163.15º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D765D is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 118 93 -
CMYK 0.75 0 0.21 0.54
HSL 163.15º 0.61% 0.29% -
HSV(B) 163.15º 0.75% 0.46% -
XYZ 8.96 14.01 12.59 -
YUV 88.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 29 118 93 0.75 0 0.21 0.54 163.15 0.61 0.29
Hex 1D 76 5D 4B 0 15 36 A3 3D 1D
Octal 35 166 135 113 0 25 66 243 75 35
Binary 11101 1110110 1011101 1001011 0 10101 110110 10100011 111101 11101

Color Harmonies of #1D765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D765D

Black with #1D765D

Text Example


Text Example

White with #1D765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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