Html Css Color HEX #1D775F Deep Sea

📋 copy color: '#1D775F'

red 29 ◦ green 119 ◦ blue 95

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

Shades of Deep Sea #1D775F

Tints of Deep Sea #1D775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.97%

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

R = 11.93%
G = 48.97%
B = 39.09%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#1D775F (or 0x1D775F) is known color: Deep Sea. HEX triplet: 1D, 77 and 5F. RGB value is (29,119,95). Sum of RGB (Red+Green+Blue) = 29+119+95=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #1D775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D775F is #E288A0. Grayscale: #595959. Windows color (decimal): -14846113 or 6256413. OLE color: 6256413.

HSL color Cylindrical-coordinate representation of color #1D775F: hue angle of 164º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D775F is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 119 95 -
CMYK 0.76 0 0.20 0.53
HSL 164º 0.61% 0.29% -
HSV(B) 164º 0.76% 0.47% -
XYZ 9.17 14.28 13.1 -
YUV 89.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 29 119 95 0.76 0 0.20 0.53 164 0.61 0.29
Hex 1D 77 5F 4C 0 14 35 A4 3D 1D
Octal 35 167 137 114 0 24 65 244 75 35
Binary 11101 1110111 1011111 1001100 0 10100 110101 10100100 111101 11101

Color Harmonies of #1D775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D775F

Black with #1D775F

Text Example


Text Example

White with #1D775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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