Html Css Color HEX #1C795B Deep Sea

📋 copy color: '#1C795B'

red 28 ◦ green 121 ◦ blue 91

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

Shades of Deep Sea #1C795B

Tints of Deep Sea #1C795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.92%

R = 11.67%
G = 50.42%
B = 37.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#1C795B (or 0x1C795B) is known color: Deep Sea. HEX triplet: 1C, 79 and 5B. RGB value is (28,121,91). Sum of RGB (Red+Green+Blue) = 28+121+91=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #1C795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C795B is #E386A4. Grayscale: #595959. Windows color (decimal): -14911141 or 5994780. OLE color: 5994780.

HSL color Cylindrical-coordinate representation of color #1C795B: hue angle of 160.65º 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 #1C795B is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 121 91 -
CMYK 0.77 0 0.25 0.53
HSL 160.65º 0.62% 0.29% -
HSV(B) 160.65º 0.77% 0.47% -
XYZ 9.2 14.68 12.25 -
YUV 89.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 28 121 91 0.77 0 0.25 0.53 160.65 0.62 0.29
Hex 1C 79 5B 4D 0 19 35 A1 3E 1D
Octal 34 171 133 115 0 31 65 241 76 35
Binary 11100 1111001 1011011 1001101 0 11001 110101 10100001 111110 11101

Color Harmonies of #1C795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C795B

Black with #1C795B

Text Example


Text Example

White with #1C795B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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