#17402A

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

Shades of Zuccini #17402A

Tints of Zuccini #17402A

Color information

#17402A (or 0x17402A) is unknown color: approx Zuccini. HEX triplet: 17, 40 and 2A. RGB value is (23,64,42). Sum of RGB (Red+Green+Blue) = 23+64+42=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #17402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17402A is #E8BFD5. Grayscale: #313131. Windows color (decimal): -15253462 or 2768919. OLE color: 2768919.

HSL color Cylindrical-coordinate representation of color #17402A: hue angle of 147.8º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #17402A is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB236442-
CMYK0.6400.340.75
HSL147.8º47.13%17.06%-
HSV(B)147.8º64.06%25.1%-
XYZ2.64.022.83-
YUV49.23123.92109.29-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.83%
GREEN value IS 64 (25.39% from 255) = 49.61%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=17.83%
G=49.61%
B=32.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2364420.6400.340.75147.847.1317.06
Hex17402A400224B942f11
Octal27100521000421132245721
Binary1011110000001010101000000010001010010111001010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17402A; }

 p { color: rgb(23,64,42); }

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

<style>
 a { background-color: #17402A; }

 a { background-color: rgb(23,64,42); }

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

<style>
 span { border-color: #17402A; }

 span { border-color: rgb(23,64,42); }

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