Html Css Color HEX #1D6A51 Evening Sea

📋 copy color: '#1D6A51'

red 29 ◦ green 106 ◦ blue 81

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

Shades of Evening Sea #1D6A51

Tints of Evening Sea #1D6A51

RGB

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

 GREEN value IS 106 (41.8% from 255) = 49.07%

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 13.43%
G = 49.07%
B = 37.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#1D6A51 (or 0x1D6A51) is known color: Evening Sea. HEX triplet: 1D, 6A and 51. RGB value is (29,106,81). Sum of RGB (Red+Green+Blue) = 29+106+81=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #1D6A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6A51 is #E295AE. Grayscale: #505050. Windows color (decimal): -14849455 or 5335581. OLE color: 5335581.

HSL color Cylindrical-coordinate representation of color #1D6A51: hue angle of 160.52º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6A51 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 106 81 -
CMYK 0.73 0 0.24 0.58
HSL 160.52º 0.57% 0.26% -
HSV(B) 160.52º 0.73% 0.42% -
XYZ 7.15 11.16 9.56 -
YUV 80.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 29 106 81 0.73 0 0.24 0.58 160.52 0.57 0.26
Hex 1D 6A 51 49 0 18 3A A1 39 1A
Octal 35 152 121 111 0 30 72 241 71 32
Binary 11101 1101010 1010001 1001001 0 11000 111010 10100001 111001 11010

Color Harmonies of #1D6A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6A51

Black with #1D6A51

Text Example


Text Example

White with #1D6A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,106,81); }

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

background-color css

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

 a { background-color: rgb(29,106,81); }

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

border-color css

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

 span { border-color: rgb(29,106,81); }

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