#174C2B

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

Shades of Zuccini #174C2B

Tints of Zuccini #174C2B

Color information

#174C2B (or 0x174C2B) is unknown color: approx Zuccini. HEX triplet: 17, 4C and 2B. RGB value is (23,76,43). Sum of RGB (Red+Green+Blue) = 23+76+43=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #174C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C2B is #E8B3D4. Grayscale: #383838. Windows color (decimal): -15250389 or 2837527. OLE color: 2837527.

HSL color Cylindrical-coordinate representation of color #174C2B: hue angle of 142.64º 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 #174C2B is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB237643-
CMYK0.7000.430.70
HSL142.64º53.54%19.41%-
HSV(B)142.64º69.74%29.8%-
XYZ3.375.533.17-
YUV56.39120.44104.18-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.20%
GREEN value IS 76 (30.08% from 255) = 53.52%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=16.20%
G=53.52%
B=30.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2376430.7000.430.70142.6453.5419.41
Hex174C2B4602B468f3613
Octal27114531060531062176623
Binary1011110011001010111000110010101110001101000111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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