Html Css Color HEX #1C845D Deep Sea

📋 copy color: '#1C845D'

red 28 ◦ green 132 ◦ blue 93

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

Shades of Deep Sea #1C845D

Tints of Deep Sea #1C845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.17%

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 11.07%
G = 52.17%
B = 36.76%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#1C845D (or 0x1C845D) is known color: Deep Sea. HEX triplet: 1C, 84 and 5D. RGB value is (28,132,93). Sum of RGB (Red+Green+Blue) = 28+132+93=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #1C845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C845D is #E37BA2. Grayscale: #606060. Windows color (decimal): -14908323 or 6128668. OLE color: 6128668.

HSL color Cylindrical-coordinate representation of color #1C845D: hue angle of 157.5º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C845D is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 132 93 -
CMYK 0.79 0 0.30 0.48
HSL 157.5º 0.65% 0.31% -
HSV(B) 157.5º 0.79% 0.52% -
XYZ 10.71 17.54 13.18 -
YUV 96.46 126.04 79.17 -
System Red Green Blue C M Y K H S L
Decimal 28 132 93 0.79 0 0.30 0.48 157.5 0.65 0.31
Hex 1C 84 5D 4F 0 1E 30 9E 41 1F
Octal 34 204 135 117 0 36 60 236 101 37
Binary 11100 10000100 1011101 1001111 0 11110 110000 10011110 1000001 11111

Color Harmonies of #1C845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C845D

Black with #1C845D

Text Example


Text Example

White with #1C845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,132,93); }

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

background-color css

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

 a { background-color: rgb(28,132,93); }

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

border-color css

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

 span { border-color: rgb(28,132,93); }

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