Html Css Color HEX #1C795F Deep Sea

📋 copy color: '#1C795F'

red 28 ◦ green 121 ◦ blue 95

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

Shades of Deep Sea #1C795F

Tints of Deep Sea #1C795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.59%

 BLUE value IS 95 (37.5% from 255) = 38.93%

R = 11.48%
G = 49.59%
B = 38.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#1C795F (or 0x1C795F) is known color: Deep Sea. HEX triplet: 1C, 79 and 5F. RGB value is (28,121,95). Sum of RGB (Red+Green+Blue) = 28+121+95=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #1C795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C795F is #E386A0. Grayscale: #5A5A5A. Windows color (decimal): -14911137 or 6256924. OLE color: 6256924.

HSL color Cylindrical-coordinate representation of color #1C795F: hue angle of 163.23º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C795F is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 121 95 -
CMYK 0.77 0 0.21 0.53
HSL 163.23º 0.62% 0.29% -
HSV(B) 163.23º 0.77% 0.47% -
XYZ 9.38 14.75 13.18 -
YUV 90.23 130.69 83.61 -
System Red Green Blue C M Y K H S L
Decimal 28 121 95 0.77 0 0.21 0.53 163.23 0.62 0.29
Hex 1C 79 5F 4D 0 15 35 A3 3E 1D
Octal 34 171 137 115 0 25 65 243 76 35
Binary 11100 1111001 1011111 1001101 0 10101 110101 10100011 111110 11101

Color Harmonies of #1C795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C795F

Black with #1C795F

Text Example


Text Example

White with #1C795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,121,95); }

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

background-color css

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

 a { background-color: rgb(28,121,95); }

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

border-color css

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

 span { border-color: rgb(28,121,95); }

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