Html Css Color HEX #1C775E Deep Sea

📋 copy color: '#1C775E'

red 28 ◦ green 119 ◦ blue 94

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

Shades of Deep Sea #1C775E

Tints of Deep Sea #1C775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.38%

 BLUE value IS 94 (37.11% from 255) = 39%

R = 11.62%
G = 49.38%
B = 39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#1C775E (or 0x1C775E) is known color: Deep Sea. HEX triplet: 1C, 77 and 5E. RGB value is (28,119,94). Sum of RGB (Red+Green+Blue) = 28+119+94=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #1C775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C775E is #E388A1. Grayscale: #585858. Windows color (decimal): -14911650 or 6190876. OLE color: 6190876.

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

Color convert

RGB 28 119 94 -
CMYK 0.76 0 0.21 0.53
HSL 163.52º 0.62% 0.29% -
HSV(B) 163.52º 0.76% 0.47% -
XYZ 9.1 14.25 12.86 -
YUV 88.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 28 119 94 0.76 0 0.21 0.53 163.52 0.62 0.29
Hex 1C 77 5E 4C 0 15 35 A4 3E 1D
Octal 34 167 136 114 0 25 65 244 76 35
Binary 11100 1110111 1011110 1001100 0 10101 110101 10100100 111110 11101

Color Harmonies of #1C775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C775E

Black with #1C775E

Text Example


Text Example

White with #1C775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,119,94); }

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

background-color css

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

 a { background-color: rgb(28,119,94); }

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

border-color css

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

 span { border-color: rgb(28,119,94); }

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