#0C472B

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

Shades of Zuccini #0C472B

Tints of Zuccini #0C472B

Color information

#0C472B (or 0x0C472B) is unknown color: approx Zuccini. HEX triplet: 0C, 47 and 2B. RGB value is (12,71,43). Sum of RGB (Red+Green+Blue) = 12+71+43=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #0C472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C472B is #F3B8D4. Grayscale: #323232. Windows color (decimal): -15972565 or 2836236. OLE color: 2836236.

HSL color Cylindrical-coordinate representation of color #0C472B: hue angle of 151.53º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C472B is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB127143-
CMYK0.8300.390.72
HSL151.53º71.08%16.27%-
HSV(B)151.53º83.1%27.84%-
XYZ2.844.763.05-
YUV50.17123.95100.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 71 (28.12% from 255) = 56.35%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=9.52%
G=56.35%
B=34.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1271430.8300.390.72151.5371.0816.27
HexC472B5302748984710
Octal141075312304711023010720
Binary1100100011110101110100110100111100100010011000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,71,43); }

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

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

 a { background-color: rgb(12,71,43); }

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

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

 span { border-color: rgb(12,71,43); }

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