Html Css Color HEX #1C855D Deep Sea

📋 copy color: '#1C855D'

red 28 ◦ green 133 ◦ blue 93

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

Shades of Deep Sea #1C855D

Tints of Deep Sea #1C855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

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

R = 11.02%
G = 52.36%
B = 36.61%

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

#1C855D (or 0x1C855D) is known color: Deep Sea. HEX triplet: 1C, 85 and 5D. RGB value is (28,133,93). Sum of RGB (Red+Green+Blue) = 28+133+93=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #1C855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C855D is #E37AA2. Grayscale: #616161. Windows color (decimal): -14908067 or 6128924. OLE color: 6128924.

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

Color convert

RGB 28 133 93 -
CMYK 0.79 0 0.30 0.48
HSL 157.14º 0.65% 0.32% -
HSV(B) 157.14º 0.79% 0.52% -
XYZ 10.84 17.81 13.22 -
YUV 97.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 28 133 93 0.79 0 0.30 0.48 157.14 0.65 0.32
Hex 1C 85 5D 4F 0 1E 30 9D 41 20
Octal 34 205 135 117 0 36 60 235 101 40
Binary 11100 10000101 1011101 1001111 0 11110 110000 10011101 1000001 100000

Color Harmonies of #1C855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C855D

Black with #1C855D

Text Example


Text Example

White with #1C855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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