Html Css Color HEX #1D7359 Deep Sea

📋 copy color: '#1D7359'

red 29 ◦ green 115 ◦ blue 89

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

Shades of Deep Sea #1D7359

Tints of Deep Sea #1D7359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.36%

 BLUE value IS 89 (35.16% from 255) = 38.2%

R = 12.45%
G = 49.36%
B = 38.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#1D7359 (or 0x1D7359) is known color: Deep Sea. HEX triplet: 1D, 73 and 59. RGB value is (29,115,89). Sum of RGB (Red+Green+Blue) = 29+115+89=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7359 is #E28CA6. Grayscale: #565656. Windows color (decimal): -14847143 or 5862173. OLE color: 5862173.

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

Color convert

RGB 29 115 89 -
CMYK 0.75 0 0.23 0.55
HSL 161.86º 0.6% 0.28% -
HSV(B) 161.86º 0.75% 0.45% -
XYZ 8.44 13.24 11.56 -
YUV 86.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 29 115 89 0.75 0 0.23 0.55 161.86 0.6 0.28
Hex 1D 73 59 4B 0 17 37 A2 3C 1C
Octal 35 163 131 113 0 27 67 242 74 34
Binary 11101 1110011 1011001 1001011 0 10111 110111 10100010 111100 11100

Color Harmonies of #1D7359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7359

Black with #1D7359

Text Example


Text Example

White with #1D7359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,115,89); }

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

background-color css

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

 a { background-color: rgb(29,115,89); }

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

border-color css

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

 span { border-color: rgb(29,115,89); }

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