Html Css Color HEX #1D664F Evening Sea

📋 copy color: '#1D664F'

red 29 ◦ green 102 ◦ blue 79

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

Shades of Evening Sea #1D664F

Tints of Evening Sea #1D664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.57%

 BLUE value IS 79 (31.25% from 255) = 37.62%

R = 13.81%
G = 48.57%
B = 37.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#1D664F (or 0x1D664F) is known color: Evening Sea. HEX triplet: 1D, 66 and 4F. RGB value is (29,102,79). Sum of RGB (Red+Green+Blue) = 29+102+79=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #1D664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D664F is #E299B0. Grayscale: #4D4D4D. Windows color (decimal): -14850481 or 5203485. OLE color: 5203485.

HSL color Cylindrical-coordinate representation of color #1D664F: hue angle of 161.1º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D664F is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 29 102 79 -
CMYK 0.72 0 0.23 0.6
HSL 161.1º 0.56% 0.26% -
HSV(B) 161.1º 0.72% 0.4% -
XYZ 6.67 10.33 9.04 -
YUV 77.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 29 102 79 0.72 0 0.23 0.6 161.1 0.56 0.26
Hex 1D 66 4F 48 0 17 3C A1 38 1A
Octal 35 146 117 110 0 27 74 241 70 32
Binary 11101 1100110 1001111 1001000 0 10111 111100 10100001 111000 11010

Color Harmonies of #1D664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D664F

Black with #1D664F

Text Example


Text Example

White with #1D664F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,102,79); }

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

background-color css

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

 a { background-color: rgb(29,102,79); }

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

border-color css

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

 span { border-color: rgb(29,102,79); }

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