#12482B

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

Shades of Zuccini #12482B

Tints of Zuccini #12482B

Color information

#12482B (or 0x12482B) is unknown color: approx Zuccini. HEX triplet: 12, 48 and 2B. RGB value is (18,72,43). Sum of RGB (Red+Green+Blue) = 18+72+43=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #12482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12482B is #EDB7D4. Grayscale: #343434. Windows color (decimal): -15579093 or 2836498. OLE color: 2836498.

HSL color Cylindrical-coordinate representation of color #12482B: hue angle of 147.78º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12482B is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB187243-
CMYK0.7500.400.72
HSL147.78º60%17.65%-
HSV(B)147.78º75%28.24%-
XYZ34.943.08-
YUV52.55122.61103.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 72 (28.52% from 255) = 54.14%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=13.53%
G=54.14%
B=32.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872430.7500.400.72147.786017.65
Hex12482B4B02848943c12
Octal22110531130501102247422
Binary1001010010001010111001011010100010010001001010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12482B; }

 p { color: rgb(18,72,43); }

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

<style>
 a { background-color: #12482B; }

 a { background-color: rgb(18,72,43); }

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

<style>
 span { border-color: #12482B; }

 span { border-color: rgb(18,72,43); }

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