Html Css Color HEX #1D694D Evening Sea

📋 copy color: '#1D694D'

red 29 ◦ green 105 ◦ blue 77

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

Shades of Evening Sea #1D694D

Tints of Evening Sea #1D694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.76%

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 13.74%
G = 49.76%
B = 36.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#1D694D (or 0x1D694D) is known color: Evening Sea. HEX triplet: 1D, 69 and 4D. RGB value is (29,105,77). Sum of RGB (Red+Green+Blue) = 29+105+77=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #1D694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D694D is #E296B2. Grayscale: #4F4F4F. Windows color (decimal): -14849715 or 5073181. OLE color: 5073181.

HSL color Cylindrical-coordinate representation of color #1D694D: hue angle of 157.89º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D694D is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 29 105 77 -
CMYK 0.72 0 0.27 0.59
HSL 157.89º 0.57% 0.26% -
HSV(B) 157.89º 0.72% 0.41% -
XYZ 6.9 10.9 8.76 -
YUV 79.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 29 105 77 0.72 0 0.27 0.59 157.89 0.57 0.26
Hex 1D 69 4D 48 0 1B 3B 9E 39 1A
Octal 35 151 115 110 0 33 73 236 71 32
Binary 11101 1101001 1001101 1001000 0 11011 111011 10011110 111001 11010

Color Harmonies of #1D694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D694D

Black with #1D694D

Text Example


Text Example

White with #1D694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,105,77); }

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

background-color css

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

 a { background-color: rgb(29,105,77); }

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

border-color css

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

 span { border-color: rgb(29,105,77); }

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