#122825

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

Shades of Racing Green #122825

Tints of Racing Green #122825

Color information

#122825 (or 0x122825) is unknown color: approx Racing Green. HEX triplet: 12, 28 and 25. RGB value is (18,40,37). Sum of RGB (Red+Green+Blue) = 18+40+37=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #122825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122825 is #EDD7DA. Grayscale: #212121. Windows color (decimal): -15587291 or 2435090. OLE color: 2435090.

HSL color Cylindrical-coordinate representation of color #122825: hue angle of 171.82º 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 #122825 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB184037-
CMYK0.5500.070.84
HSL171.82º37.93%11.37%-
HSV(B)171.82º55%15.69%-
XYZ1.341.782.02-
YUV33.08130.21117.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=18.95%
G=42.11%
B=38.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1840370.5500.070.84171.8237.9311.37
Hex122825370754ac26b
Octal22504567071242544613
Binary1001010100010010111011101111010100101011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122825; }

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

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

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

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

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

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

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

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