Html Css Color HEX #1C845E Deep Sea

📋 copy color: '#1C845E'

red 28 ◦ green 132 ◦ blue 94

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

Shades of Deep Sea #1C845E

Tints of Deep Sea #1C845E

RGB

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

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

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

R = 11.02%
G = 51.97%
B = 37.01%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#1C845E (or 0x1C845E) is known color: Deep Sea. HEX triplet: 1C, 84 and 5E. RGB value is (28,132,94). Sum of RGB (Red+Green+Blue) = 28+132+94=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #1C845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C845E is #E37BA1. Grayscale: #606060. Windows color (decimal): -14908322 or 6194204. OLE color: 6194204.

HSL color Cylindrical-coordinate representation of color #1C845E: hue angle of 158.08º 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 #1C845E is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 132 94 -
CMYK 0.79 0 0.29 0.48
HSL 158.08º 0.65% 0.31% -
HSV(B) 158.08º 0.79% 0.52% -
XYZ 10.75 17.56 13.41 -
YUV 96.57 126.54 79.09 -
System Red Green Blue C M Y K H S L
Decimal 28 132 94 0.79 0 0.29 0.48 158.08 0.65 0.31
Hex 1C 84 5E 4F 0 1D 30 9E 41 1F
Octal 34 204 136 117 0 35 60 236 101 37
Binary 11100 10000100 1011110 1001111 0 11101 110000 10011110 1000001 11111

Color Harmonies of #1C845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C845E

Black with #1C845E

Text Example


Text Example

White with #1C845E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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