#1D6148

Color #1D6148 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #1D6148

Tints of Evening Sea #1D6148

Color information

#1D6148 (or 0x1D6148) is unknown color: approx Evening Sea. HEX triplet: 1D, 61 and 48. RGB value is (29,97,72). Sum of RGB (Red+Green+Blue) = 29+97+72=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #1D6148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6148 is #E29EB7. Grayscale: #494949. Windows color (decimal): -14851768 or 4743453. OLE color: 4743453.

HSL color Cylindrical-coordinate representation of color #1D6148: hue angle of 157.94º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D6148 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB299772-
CMYK0.7000.260.62
HSL157.94º53.97%24.71%-
HSV(B)157.94º70.1%38.04%-
XYZ5.959.287.61-
YUV73.82126.9796.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.65%
GREEN value IS 97 (38.28% from 255) = 48.99%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=14.65%
G=48.99%
B=36.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2997720.7000.260.62157.9453.9724.71
Hex1D61484601A3E9e3619
Octal35141110106032762366631
Binary111011100001100100010001100110101111101001111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,97,72); }

 H1.HeaderClassName
 {
   color: #1D6148;
 }
 .AnyTagClassName
 {
   color: #1D6148;
 }
</style>
background-color css

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

 a { background-color: rgb(29,97,72); }

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

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

 span { border-color: rgb(29,97,72); }

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