#1C755F

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

Shades of Deep Sea #1C755F

Tints of Deep Sea #1C755F

Color information

#1C755F (or 0x1C755F) is unknown color: approx Deep Sea. HEX triplet: 1C, 75 and 5F. RGB value is (28,117,95). Sum of RGB (Red+Green+Blue) = 28+117+95=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #1C755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C755F is #E38AA0. Grayscale: #575757. Windows color (decimal): -14912161 or 6255900. OLE color: 6255900.

HSL color Cylindrical-coordinate representation of color #1C755F: hue angle of 165.17º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C755F is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB2811795-
CMYK0.7600.190.54
HSL165.17º61.38%28.43%-
HSV(B)165.17º76.07%45.88%-
XYZ8.9113.813.02-
YUV87.88132.0185.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.67%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=11.67%
G=48.75%
B=39.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28117950.7600.190.54165.1761.3828.43
Hex1C755F4C01336a53d1c
Octal34165137114023662457534
Binary111001110101101111110011000100111101101010010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,117,95); }

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

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

 a { background-color: rgb(28,117,95); }

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

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

 span { border-color: rgb(28,117,95); }

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