#1C835E

Color #1C835E Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1C835E

Tints of Deep Sea #1C835E

Color information

#1C835E (or 0x1C835E) is unknown color: approx Deep Sea. HEX triplet: 1C, 83 and 5E. RGB value is (28,131,94). Sum of RGB (Red+Green+Blue) = 28+131+94=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #1C835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C835E is #E37CA1. Grayscale: #606060. Windows color (decimal): -14908578 or 6193948. OLE color: 6193948.

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

Color convert

RGB2813194-
CMYK0.7900.280.49
HSL158.45º64.78%31.18%-
HSV(B)158.45º78.63%51.37%-
XYZ10.6217.2913.37-
YUV95.98126.8879.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 131 (51.56% from 255) = 51.78%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=11.07%
G=51.78%
B=37.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28131940.7900.280.49158.4564.7831.18
Hex1C835E4F01C319e411f
Octal342031361170346123610137
Binary11100100000111011110100111101110011000110011110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C835E;
 }
 .AnyTagClassName
 {
   color: #1C835E;
 }
</style>
background-color css

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

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

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

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

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

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