Html Css Color HEX #1C815F Deep Sea

📋 copy color: '#1C815F'

red 28 ◦ green 129 ◦ blue 95

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

Shades of Deep Sea #1C815F

Tints of Deep Sea #1C815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.19%

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 11.11%
G = 51.19%
B = 37.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#1C815F (or 0x1C815F) is known color: Deep Sea. HEX triplet: 1C, 81 and 5F. RGB value is (28,129,95). Sum of RGB (Red+Green+Blue) = 28+129+95=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #1C815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C815F is #E37EA0. Grayscale: #5E5E5E. Windows color (decimal): -14909089 or 6258972. OLE color: 6258972.

HSL color Cylindrical-coordinate representation of color #1C815F: hue angle of 159.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C815F is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 28 129 95 -
CMYK 0.78 0 0.26 0.49
HSL 159.8º 0.64% 0.31% -
HSV(B) 159.8º 0.78% 0.51% -
XYZ 10.39 16.77 13.52 -
YUV 94.93 128.04 80.26 -
System Red Green Blue C M Y K H S L
Decimal 28 129 95 0.78 0 0.26 0.49 159.8 0.64 0.31
Hex 1C 81 5F 4E 0 1A 31 A0 40 1F
Octal 34 201 137 116 0 32 61 240 100 37
Binary 11100 10000001 1011111 1001110 0 11010 110001 10100000 1000000 11111

Color Harmonies of #1C815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C815F

Black with #1C815F

Text Example


Text Example

White with #1C815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,129,95); }

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

background-color css

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

 a { background-color: rgb(28,129,95); }

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

border-color css

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

 span { border-color: rgb(28,129,95); }

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