#1B755F

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

Shades of Deep Sea #1B755F

Tints of Deep Sea #1B755F

Color information

#1B755F (or 0x1B755F) is unknown color: approx Deep Sea. HEX triplet: 1B, 75 and 5F. RGB value is (27,117,95). Sum of RGB (Red+Green+Blue) = 27+117+95=239 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.30% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #1B755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B755F is #E48AA0. Grayscale: #575757. Windows color (decimal): -14977697 or 6255899. OLE color: 6255899.

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

Color convert

RGB2711795-
CMYK0.7700.190.54
HSL165.33º62.5%28.24%-
HSV(B)165.33º76.92%45.88%-
XYZ8.8813.7813.02-
YUV87.58132.1884.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.30%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=11.30%
G=48.95%
B=39.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27117950.7700.190.54165.3362.528.24
Hex1B755F4D01336a53e1c
Octal33165137115023662457634
Binary110111110101101111110011010100111101101010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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