#193F2C

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

Shades of Zuccini #193F2C

Tints of Zuccini #193F2C

Color information

#193F2C (or 0x193F2C) is unknown color: approx Zuccini. HEX triplet: 19, 3F and 2C. RGB value is (25,63,44). Sum of RGB (Red+Green+Blue) = 25+63+44=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #193F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193F2C is #E6C0D3. Grayscale: #313131. Windows color (decimal): -15122644 or 2899737. OLE color: 2899737.

HSL color Cylindrical-coordinate representation of color #193F2C: hue angle of 150º 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 #193F2C is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB256344-
CMYK0.6000.300.75
HSL150º43.18%17.25%-
HSV(B)150º60.32%24.71%-
XYZ2.633.943.01-
YUV49.47124.91110.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 63 (25% from 255) = 47.73%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=18.94%
G=47.73%
B=33.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2563440.6000.300.7515043.1817.25
Hex193F2C3C01E4B962b11
Octal317754740361132265321
Binary1100111111110110011110001111010010111001011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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