Html Css Color HEX #1C694F Evening Sea

📋 copy color: '#1C694F'

red 28 ◦ green 105 ◦ blue 79

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

Shades of Evening Sea #1C694F

Tints of Evening Sea #1C694F

RGB

 RED value IS 28 (11.33% from 255) = 13.21%

 GREEN value IS 105 (41.41% from 255) = 49.53%

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

R = 13.21%
G = 49.53%
B = 37.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#1C694F (or 0x1C694F) is known color: Evening Sea. HEX triplet: 1C, 69 and 4F. RGB value is (28,105,79). Sum of RGB (Red+Green+Blue) = 28+105+79=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #1C694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C694F is #E396B0. Grayscale: #4F4F4F. Windows color (decimal): -14915249 or 5204252. OLE color: 5204252.

HSL color Cylindrical-coordinate representation of color #1C694F: hue angle of 159.74º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C694F is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 28 105 79 -
CMYK 0.73 0 0.25 0.59
HSL 159.74º 0.58% 0.26% -
HSV(B) 159.74º 0.73% 0.41% -
XYZ 6.94 10.91 9.14 -
YUV 79.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 28 105 79 0.73 0 0.25 0.59 159.74 0.58 0.26
Hex 1C 69 4F 49 0 19 3B A0 3A 1A
Octal 34 151 117 111 0 31 73 240 72 32
Binary 11100 1101001 1001111 1001001 0 11001 111011 10100000 111010 11010

Color Harmonies of #1C694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C694F

Black with #1C694F

Text Example


Text Example

White with #1C694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,105,79); }

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

background-color css

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

 a { background-color: rgb(28,105,79); }

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

border-color css

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

 span { border-color: rgb(28,105,79); }

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