#133F29

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

Shades of Zuccini #133F29

Tints of Zuccini #133F29

Color information

#133F29 (or 0x133F29) is unknown color: approx Zuccini. HEX triplet: 13, 3F and 29. RGB value is (19,63,41). Sum of RGB (Red+Green+Blue) = 19+63+41=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #133F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F29 is #ECC0D6. Grayscale: #2F2F2F. Windows color (decimal): -15515863 or 2703123. OLE color: 2703123.

HSL color Cylindrical-coordinate representation of color #133F29: hue angle of 150º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F29 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB196341-
CMYK0.7000.350.75
HSL150º53.66%16.08%-
HSV(B)150º69.84%24.71%-
XYZ2.453.852.71-
YUV47.34124.42107.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 63 (25% from 255) = 51.22%
BLUE value IS 41 (16.41% from 255) = 33.33%
R=15.45%
G=51.22%
B=33.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1963410.7000.350.7515053.6616.08
Hex133F29460234B963610
Octal2377511060431132266620
Binary100111111111010011000110010001110010111001011011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133F29; }

 p { color: rgb(19,63,41); }

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

<style>
 a { background-color: #133F29; }

 a { background-color: rgb(19,63,41); }

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

<style>
 span { border-color: #133F29; }

 span { border-color: rgb(19,63,41); }

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