#12372C

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

Shades of Racing Green #12372C

Tints of Racing Green #12372C

Color information

#12372C (or 0x12372C) is unknown color: approx Racing Green. HEX triplet: 12, 37 and 2C. RGB value is (18,55,44). Sum of RGB (Red+Green+Blue) = 18+55+44=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #12372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12372C is #EDC8D3. Grayscale: #2A2A2A. Windows color (decimal): -15583444 or 2897682. OLE color: 2897682.

HSL color Cylindrical-coordinate representation of color #12372C: hue angle of 162.16º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12372C is Cyan = 0.67, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB185544-
CMYK0.6700.20.78
HSL162.16º50.68%14.31%-
HSV(B)162.16º67.27%21.57%-
XYZ2.073.042.86-
YUV42.68128.74110.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 55 (21.88% from 255) = 47.01%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=15.38%
G=47.01%
B=37.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855440.6700.20.78162.1650.6814.31
Hex12372C430144Ea233e
Octal2267541030241162426316
Binary1001011011110110010000110101001001110101000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12372C; }

 p { color: rgb(18,55,44); }

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

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

 a { background-color: rgb(18,55,44); }

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

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

 span { border-color: rgb(18,55,44); }

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