#122523

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

Shades of Racing Green #122523

Tints of Racing Green #122523

Color information

#122523 (or 0x122523) is unknown color: approx Racing Green. HEX triplet: 12, 25 and 23. RGB value is (18,37,35). Sum of RGB (Red+Green+Blue) = 18+37+35=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #122523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122523 is #EDDADC. Grayscale: #1F1F1F. Windows color (decimal): -15588061 or 2303250. OLE color: 2303250.

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

Color convert

RGB183735-
CMYK0.5100.050.85
HSL173.68º34.55%10.78%-
HSV(B)173.68º51.35%14.51%-
XYZ1.211.571.83-
YUV31.09130.21118.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 37 (14.84% from 255) = 41.11%
BLUE value IS 35 (14.06% from 255) = 38.89%
R=20%
G=41.11%
B=38.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837350.5100.050.85173.6834.5510.78
Hex122523330555ae23b
Octal22454363051252564313
Binary1001010010110001111001101011010101101011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122523; }

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

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

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

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

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

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

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

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