Html Css Color HEX #1D745A Deep Sea

📋 copy color: '#1D745A'

red 29 ◦ green 116 ◦ blue 90

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

Shades of Deep Sea #1D745A

Tints of Deep Sea #1D745A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 12.34%
G = 49.36%
B = 38.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#1D745A (or 0x1D745A) is known color: Deep Sea. HEX triplet: 1D, 74 and 5A. RGB value is (29,116,90). Sum of RGB (Red+Green+Blue) = 29+116+90=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #1D745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D745A is #E28BA5. Grayscale: #575757. Windows color (decimal): -14846886 or 5927965. OLE color: 5927965.

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

Color convert

RGB 29 116 90 -
CMYK 0.75 0 0.22 0.55
HSL 162.07º 0.6% 0.28% -
HSV(B) 162.07º 0.75% 0.45% -
XYZ 8.6 13.49 11.82 -
YUV 87.02 129.68 86.61 -
System Red Green Blue C M Y K H S L
Decimal 29 116 90 0.75 0 0.22 0.55 162.07 0.6 0.28
Hex 1D 74 5A 4B 0 16 37 A2 3C 1C
Octal 35 164 132 113 0 26 67 242 74 34
Binary 11101 1110100 1011010 1001011 0 10110 110111 10100010 111100 11100

Color Harmonies of #1D745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D745A

Black with #1D745A

Text Example


Text Example

White with #1D745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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