#122824

Color #122824 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #122824

Tints of Racing Green #122824

Color information

#122824 (or 0x122824) is unknown color: approx Racing Green. HEX triplet: 12, 28 and 24. RGB value is (18,40,36). Sum of RGB (Red+Green+Blue) = 18+40+36=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #122824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122824 is #EDD7DB. Grayscale: #202020. Windows color (decimal): -15587292 or 2369554. OLE color: 2369554.

HSL color Cylindrical-coordinate representation of color #122824: hue angle of 169.09º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #122824 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB184036-
CMYK0.5500.100.84
HSL169.09º37.93%11.37%-
HSV(B)169.09º55%15.69%-
XYZ1.331.771.94-
YUV32.97129.71117.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 40 (16.02% from 255) = 42.55%
BLUE value IS 36 (14.45% from 255) = 38.30%
R=19.15%
G=42.55%
B=38.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1840360.5500.100.84169.0937.9311.37
Hex122824370A54a926b
Octal225044670121242514613
Binary10010101000100100110111010101010100101010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122824; }

 p { color: rgb(18,40,36); }

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

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

 a { background-color: rgb(18,40,36); }

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

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

 span { border-color: rgb(18,40,36); }

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