Html Css Color HEX #1D755D Deep Sea

📋 copy color: '#1D755D'

red 29 ◦ green 117 ◦ blue 93

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

Shades of Deep Sea #1D755D

Tints of Deep Sea #1D755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.95%

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

R = 12.13%
G = 48.95%
B = 38.91%

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

#1D755D (or 0x1D755D) is known color: Deep Sea. HEX triplet: 1D, 75 and 5D. RGB value is (29,117,93). Sum of RGB (Red+Green+Blue) = 29+117+93=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #1D755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D755D is #E28AA2. Grayscale: #575757. Windows color (decimal): -14846627 or 6124829. OLE color: 6124829.

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

Color convert

RGB 29 117 93 -
CMYK 0.75 0 0.21 0.54
HSL 163.64º 0.6% 0.29% -
HSV(B) 163.64º 0.75% 0.46% -
XYZ 8.84 13.77 12.55 -
YUV 87.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 29 117 93 0.75 0 0.21 0.54 163.64 0.6 0.29
Hex 1D 75 5D 4B 0 15 36 A4 3C 1D
Octal 35 165 135 113 0 25 66 244 74 35
Binary 11101 1110101 1011101 1001011 0 10101 110110 10100100 111100 11101

Color Harmonies of #1D755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D755D

Black with #1D755D

Text Example


Text Example

White with #1D755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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