#193F2D

Color #193F2D Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #193F2D

Tints of Zuccini #193F2D

Color information

#193F2D (or 0x193F2D) is unknown color: approx Zuccini. HEX triplet: 19, 3F and 2D. RGB value is (25,63,45). Sum of RGB (Red+Green+Blue) = 25+63+45=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 63 - color contains mainly: green. Hex color #193F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193F2D is #E6C0D2. Grayscale: #313131. Windows color (decimal): -15122643 or 2965273. OLE color: 2965273.

HSL color Cylindrical-coordinate representation of color #193F2D: hue angle of 151.58º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #193F2D is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB256345-
CMYK0.6000.290.75
HSL151.58º43.18%17.25%-
HSV(B)151.58º60.32%24.71%-
XYZ2.653.953.11-
YUV49.59125.41110.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 63 (25% from 255) = 47.37%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=18.80%
G=47.37%
B=33.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2563450.6000.290.75151.5843.1817.25
Hex193F2D3C01D4B982b11
Octal317755740351132305321
Binary1100111111110110111110001110110010111001100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193F2D; }

 p { color: rgb(25,63,45); }

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

<style>
 a { background-color: #193F2D; }

 a { background-color: rgb(25,63,45); }

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

<style>
 span { border-color: #193F2D; }

 span { border-color: rgb(25,63,45); }

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