#1D6048

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

Shades of Evening Sea #1D6048

Tints of Evening Sea #1D6048

Color information

#1D6048 (or 0x1D6048) is unknown color: approx Evening Sea. HEX triplet: 1D, 60 and 48. RGB value is (29,96,72). Sum of RGB (Red+Green+Blue) = 29+96+72=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6048 is #E29FB7. Grayscale: #494949. Windows color (decimal): -14852024 or 4743197. OLE color: 4743197.

HSL color Cylindrical-coordinate representation of color #1D6048: hue angle of 158.51º 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 #1D6048 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB299672-
CMYK0.7000.250.62
HSL158.51º53.6%24.51%-
HSV(B)158.51º69.79%37.65%-
XYZ5.869.097.58-
YUV73.23127.396.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.72%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=14.72%
G=48.73%
B=36.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996720.7000.250.62158.5153.624.51
Hex1D6048460193E9f3619
Octal35140110106031762376631
Binary111011100000100100010001100110011111101001111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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