#0C4F2A

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

Shades of Zuccini #0C4F2A

Tints of Zuccini #0C4F2A

Color information

#0C4F2A (or 0x0C4F2A) is unknown color: approx Zuccini. HEX triplet: 0C, 4F and 2A. RGB value is (12,79,42). Sum of RGB (Red+Green+Blue) = 12+79+42=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 79 (31.25% from 255 or 59.40% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F2A is #F3B0D5. Grayscale: #363636. Windows color (decimal): -15970518 or 2772748. OLE color: 2772748.

HSL color Cylindrical-coordinate representation of color #0C4F2A: hue angle of 146.87º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4F2A is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB127942-
CMYK0.8500.470.69
HSL146.87º73.63%17.84%-
HSV(B)146.87º84.81%30.98%-
XYZ3.375.843.14-
YUV54.75120.897.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.02%
GREEN value IS 79 (31.25% from 255) = 59.40%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=9.02%
G=59.40%
B=31.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1279420.8500.470.69146.8773.6317.84
HexC4F2A5502F45934a12
Octal141175212505710522311222
Binary1100100111110101010101010101111100010110010011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C4F2A; }

 p { color: rgb(12,79,42); }

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

<style>
 a { background-color: #0C4F2A; }

 a { background-color: rgb(12,79,42); }

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

<style>
 span { border-color: #0C4F2A; }

 span { border-color: rgb(12,79,42); }

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