#12422F

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

Shades of Zuccini #12422F

Tints of Zuccini #12422F

Color information

#12422F (or 0x12422F) is unknown color: approx Zuccini. HEX triplet: 12, 42 and 2F. RGB value is (18,66,47). Sum of RGB (Red+Green+Blue) = 18+66+47=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #12422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12422F is #EDBDD0. Grayscale: #313131. Windows color (decimal): -15580625 or 3097106. OLE color: 3097106.

HSL color Cylindrical-coordinate representation of color #12422F: hue angle of 156.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12422F is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB186647-
CMYK0.7300.290.74
HSL156.25º57.14%16.47%-
HSV(B)156.25º72.73%25.88%-
XYZ2.714.233.36-
YUV49.48126.6105.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=13.74%
G=50.38%
B=35.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866470.7300.290.74156.2557.1416.47
Hex12422F4901D4A9c3910
Octal22102571110351122347120
Binary100101000010101111100100101110110010101001110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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