#12502F

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

Shades of Zuccini #12502F

Tints of Zuccini #12502F

Color information

#12502F (or 0x12502F) is unknown color: approx Zuccini. HEX triplet: 12, 50 and 2F. RGB value is (18,80,47). Sum of RGB (Red+Green+Blue) = 18+80+47=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #12502F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12502F is #EDAFD0. Grayscale: #393939. Windows color (decimal): -15577041 or 3100690. OLE color: 3100690.

HSL color Cylindrical-coordinate representation of color #12502F: hue angle of 148.06º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12502F is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB188047-
CMYK0.7800.410.69
HSL148.06º63.27%19.22%-
HSV(B)148.06º77.5%31.37%-
XYZ3.636.073.67-
YUV57.7121.9699.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 80 (31.64% from 255) = 55.17%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=12.41%
G=55.17%
B=32.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880470.7800.410.69148.0663.2719.22
Hex12502F4E02945943f13
Octal22120571160511052247723
Binary1001010100001011111001110010100110001011001010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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