Html Css Color HEX #1B614F Evening Sea

📋 copy color: '#1B614F'

red 27 ◦ green 97 ◦ blue 79

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

Shades of Evening Sea #1B614F

Tints of Evening Sea #1B614F

RGB

 RED value IS 27 (10.94% from 255) = 13.3%

 GREEN value IS 97 (38.28% from 255) = 47.78%

 BLUE value IS 79 (31.25% from 255) = 38.92%

R = 13.3%
G = 47.78%
B = 38.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#1B614F (or 0x1B614F) is known color: Evening Sea. HEX triplet: 1B, 61 and 4F. RGB value is (27,97,79). Sum of RGB (Red+Green+Blue) = 27+97+79=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #1B614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B614F is #E49EB0. Grayscale: #4A4A4A. Windows color (decimal): -14982833 or 5202203. OLE color: 5202203.

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

Color convert

RGB 27 97 79 -
CMYK 0.72 0 0.19 0.62
HSL 164.57º 0.56% 0.24% -
HSV(B) 164.57º 0.72% 0.38% -
XYZ 6.14 9.35 8.88 -
YUV 74.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 27 97 79 0.72 0 0.19 0.62 164.57 0.56 0.24
Hex 1B 61 4F 48 0 13 3E A5 38 18
Octal 33 141 117 110 0 23 76 245 70 30
Binary 11011 1100001 1001111 1001000 0 10011 111110 10100101 111000 11000

Color Harmonies of #1B614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B614F

Black with #1B614F

Text Example


Text Example

White with #1B614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B614F;
 }
 .AnyTagClassName
 {
   color: #1B614F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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