#1C3934

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

Shades of Deep Teal #1C3934

Tints of Deep Teal #1C3934

Color information

#1C3934 (or 0x1C3934) is unknown color: approx Deep Teal. HEX triplet: 1C, 39 and 34. RGB value is (28,57,52). Sum of RGB (Red+Green+Blue) = 28+57+52=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #1C3934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3934 is #E3C6CB. Grayscale: #2F2F2F. Windows color (decimal): -14927564 or 3422492. OLE color: 3422492.

HSL color Cylindrical-coordinate representation of color #1C3934: hue angle of 169.66º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C3934 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB285752-
CMYK0.5100.090.78
HSL169.66º34.12%16.67%-
HSV(B)169.66º50.88%22.35%-
XYZ2.563.423.77-
YUV47.76130.39113.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.44%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=20.44%
G=41.61%
B=37.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2857520.5100.090.78169.6634.1216.67
Hex1C393433094Eaa2211
Octal347164630111162524221
Binary111001110011101001100110100110011101010101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,57,52); }

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

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

 a { background-color: rgb(28,57,52); }

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

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

 span { border-color: rgb(28,57,52); }

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