#17402F

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

Shades of Zuccini #17402F

Tints of Zuccini #17402F

Color information

#17402F (or 0x17402F) is unknown color: approx Zuccini. HEX triplet: 17, 40 and 2F. RGB value is (23,64,47). Sum of RGB (Red+Green+Blue) = 23+64+47=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #17402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17402F is #E8BFD0. Grayscale: #313131. Windows color (decimal): -15253457 or 3096599. OLE color: 3096599.

HSL color Cylindrical-coordinate representation of color #17402F: hue angle of 155.12º 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 #17402F is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB236447-
CMYK0.6400.270.75
HSL155.12º47.13%17.06%-
HSV(B)155.12º64.06%25.1%-
XYZ2.74.053.33-
YUV49.8126.42108.88-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.16%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=17.16%
G=47.76%
B=35.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2364470.6400.270.75155.1247.1317.06
Hex17402F4001B4B9b2f11
Octal27100571000331132335721
Binary101111000000101111100000001101110010111001101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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