Html Css Color HEX #1D664B Evening Sea

📋 copy color: '#1D664B'

red 29 ◦ green 102 ◦ blue 75

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

Shades of Evening Sea #1D664B

Tints of Evening Sea #1D664B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.41%

R = 14.08%
G = 49.51%
B = 36.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#1D664B (or 0x1D664B) is known color: Evening Sea. HEX triplet: 1D, 66 and 4B. RGB value is (29,102,75). Sum of RGB (Red+Green+Blue) = 29+102+75=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #1D664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D664B is #E299B4. Grayscale: #4D4D4D. Windows color (decimal): -14850485 or 4941341. OLE color: 4941341.

HSL color Cylindrical-coordinate representation of color #1D664B: hue angle of 157.81º 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 #1D664B is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 29 102 75 -
CMYK 0.72 0 0.26 0.6
HSL 157.81º 0.56% 0.26% -
HSV(B) 157.81º 0.72% 0.4% -
XYZ 6.53 10.27 8.3 -
YUV 77.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 29 102 75 0.72 0 0.26 0.6 157.81 0.56 0.26
Hex 1D 66 4B 48 0 1A 3C 9E 38 1A
Octal 35 146 113 110 0 32 74 236 70 32
Binary 11101 1100110 1001011 1001000 0 11010 111100 10011110 111000 11010

Color Harmonies of #1D664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D664B

Black with #1D664B

Text Example


Text Example

White with #1D664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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