#1B5F4F

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

Shades of Evening Sea #1B5F4F

Tints of Evening Sea #1B5F4F

Color information

#1B5F4F (or 0x1B5F4F) is unknown color: approx Evening Sea. HEX triplet: 1B, 5F and 4F. RGB value is (27,95,79). Sum of RGB (Red+Green+Blue) = 27+95+79=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #1B5F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5F4F is #E4A0B0. Grayscale: #484848. Windows color (decimal): -14983345 or 5201691. OLE color: 5201691.

HSL color Cylindrical-coordinate representation of color #1B5F4F: hue angle of 165.88º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B5F4F is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB279579-
CMYK0.7200.170.63
HSL165.88º55.74%23.92%-
HSV(B)165.88º71.58%37.25%-
XYZ5.968.988.82-
YUV72.84131.4795.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.43%
GREEN value IS 95 (37.5% from 255) = 47.26%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=13.43%
G=47.26%
B=39.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2795790.7200.170.63165.8855.7423.92
Hex1B5F4F480113Fa63818
Octal33137117110021772467030
Binary110111011111100111110010000100011111111010011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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