#122624

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

Shades of Racing Green #122624

Tints of Racing Green #122624

Color information

#122624 (or 0x122624) is unknown color: approx Racing Green. HEX triplet: 12, 26 and 24. RGB value is (18,38,36). Sum of RGB (Red+Green+Blue) = 18+38+36=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #122624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122624 is #EDD9DB. Grayscale: #1F1F1F. Windows color (decimal): -15587804 or 2369042. OLE color: 2369042.

HSL color Cylindrical-coordinate representation of color #122624: hue angle of 174º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122624 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB183836-
CMYK0.5300.050.85
HSL174º35.71%10.98%-
HSV(B)174º52.63%14.9%-
XYZ1.261.641.92-
YUV31.79130.37118.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 36 (14.45% from 255) = 39.13%
R=19.57%
G=41.30%
B=39.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1838360.5300.050.8517435.7110.98
Hex122624350555ae24b
Octal22464465051252564413
Binary1001010011010010011010101011010101101011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122624; }

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

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

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

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

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

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

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

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