#1C422F

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

Shades of Zuccini #1C422F

Tints of Zuccini #1C422F

Color information

#1C422F (or 0x1C422F) is unknown color: approx Zuccini. HEX triplet: 1C, 42 and 2F. RGB value is (28,66,47). Sum of RGB (Red+Green+Blue) = 28+66+47=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #1C422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C422F is #E3BDD0. Grayscale: #343434. Windows color (decimal): -14925265 or 3097116. OLE color: 3097116.

HSL color Cylindrical-coordinate representation of color #1C422F: hue angle of 150º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C422F is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB286647-
CMYK0.5800.290.74
HSL150º40.43%18.43%-
HSV(B)150º57.58%25.88%-
XYZ2.944.353.37-
YUV52.47124.91110.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.86%
GREEN value IS 66 (26.17% from 255) = 46.81%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=19.86%
G=46.81%
B=33.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2866470.5800.290.7415040.4318.43
Hex1C422F3A01D4A962812
Octal3410257720351122265022
Binary11100100001010111111101001110110010101001011010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C422F; }

 p { color: rgb(28,66,47); }

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

<style>
 a { background-color: #1C422F; }

 a { background-color: rgb(28,66,47); }

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

<style>
 span { border-color: #1C422F; }

 span { border-color: rgb(28,66,47); }

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