Html Css Color HEX #1D745F Deep Sea

📋 copy color: '#1D745F'

red 29 ◦ green 116 ◦ blue 95

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

Shades of Deep Sea #1D745F

Tints of Deep Sea #1D745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

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

R = 12.08%
G = 48.33%
B = 39.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#1D745F (or 0x1D745F) is known color: Deep Sea. HEX triplet: 1D, 74 and 5F. RGB value is (29,116,95). Sum of RGB (Red+Green+Blue) = 29+116+95=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #1D745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D745F is #E28BA0. Grayscale: #575757. Windows color (decimal): -14846881 or 6255645. OLE color: 6255645.

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

Color convert

RGB 29 116 95 -
CMYK 0.75 0 0.18 0.55
HSL 165.52º 0.6% 0.28% -
HSV(B) 165.52º 0.75% 0.45% -
XYZ 8.82 13.58 12.98 -
YUV 87.59 132.18 86.21 -
System Red Green Blue C M Y K H S L
Decimal 29 116 95 0.75 0 0.18 0.55 165.52 0.6 0.28
Hex 1D 74 5F 4B 0 12 37 A6 3C 1C
Octal 35 164 137 113 0 22 67 246 74 34
Binary 11101 1110100 1011111 1001011 0 10010 110111 10100110 111100 11100

Color Harmonies of #1D745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D745F

Black with #1D745F

Text Example


Text Example

White with #1D745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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