#122A24

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

Shades of Racing Green #122A24

Tints of Racing Green #122A24

Color information

#122A24 (or 0x122A24) is unknown color: approx Racing Green. HEX triplet: 12, 2A and 24. RGB value is (18,42,36). Sum of RGB (Red+Green+Blue) = 18+42+36=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 42 - color contains mainly: green. Hex color #122A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A24 is #EDD5DB. Grayscale: #222222. Windows color (decimal): -15586780 or 2370066. OLE color: 2370066.

HSL color Cylindrical-coordinate representation of color #122A24: hue angle of 165º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #122A24 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.84.

Color convert

RGB184236-
CMYK0.5700.140.84
HSL165º40%11.76%-
HSV(B)165º57.14%16.47%-
XYZ1.41.911.96-
YUV34.14129.05116.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 42 (16.80% from 255) = 43.75%
BLUE value IS 36 (14.45% from 255) = 37.5%
R=18.75%
G=43.75%
B=37.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1842360.5700.140.841654011.76
Hex122A24390E54a528c
Octal225244710161242455014
Binary10010101010100100111001011101010100101001011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122A24; }

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

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

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

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

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

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

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

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