Html Css Color HEX #1B5F4F Evening Sea

📋 copy color: '#1B5F4F'

red 27 ◦ green 95 ◦ blue 79

#1B5F4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #1B5F4F

Tints of Evening Sea #1B5F4F

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.3%

R = 13.43%
G = 47.26%
B = 39.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#1B5F4F (or 0x1B5F4F) is known color: 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

RGB 27 95 79 -
CMYK 0.72 0 0.17 0.63
HSL 165.88º 0.56% 0.24% -
HSV(B) 165.88º 0.72% 0.37% -
XYZ 5.96 8.98 8.82 -
YUV 72.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 27 95 79 0.72 0 0.17 0.63 165.88 0.56 0.24
Hex 1B 5F 4F 48 0 11 3F A6 38 18
Octal 33 137 117 110 0 21 77 246 70 30
Binary 11011 1011111 1001111 1001000 0 10001 111111 10100110 111000 11000

Color Harmonies of #1B5F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5F4F

Black with #1B5F4F

Text Example


Text Example

White with #1B5F4F

Text Example


Text Example

HTML Codes & Css Web 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>