#174C2F

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

Shades of Zuccini #174C2F

Tints of Zuccini #174C2F

Color information

#174C2F (or 0x174C2F) is unknown color: approx Zuccini. HEX triplet: 17, 4C and 2F. RGB value is (23,76,47). Sum of RGB (Red+Green+Blue) = 23+76+47=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #174C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C2F is #E8B3D0. Grayscale: #383838. Windows color (decimal): -15250385 or 3099671. OLE color: 3099671.

HSL color Cylindrical-coordinate representation of color #174C2F: hue angle of 147.17º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174C2F is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB237647-
CMYK0.7000.380.70
HSL147.17º53.54%19.41%-
HSV(B)147.17º69.74%29.8%-
XYZ3.455.563.58-
YUV56.85122.44103.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.75%
GREEN value IS 76 (30.08% from 255) = 52.05%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=15.75%
G=52.05%
B=32.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2376470.7000.380.70147.1753.5419.41
Hex174C2F4602646933613
Octal27114571060461062236623
Binary1011110011001011111000110010011010001101001001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174C2F; }

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

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

<style>
 a { background-color: #174C2F; }

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

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

<style>
 span { border-color: #174C2F; }

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

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