#12372E

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

Shades of Racing Green #12372E

Tints of Racing Green #12372E

Color information

#12372E (or 0x12372E) is unknown color: approx Racing Green. HEX triplet: 12, 37 and 2E. RGB value is (18,55,46). Sum of RGB (Red+Green+Blue) = 18+55+46=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #12372E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12372E is #EDC8D1. Grayscale: #2A2A2A. Windows color (decimal): -15583442 or 3028754. OLE color: 3028754.

HSL color Cylindrical-coordinate representation of color #12372E: hue angle of 165.41º 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 #12372E is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB185546-
CMYK0.6700.160.78
HSL165.41º50.68%14.31%-
HSV(B)165.41º67.27%21.57%-
XYZ2.113.063.06-
YUV42.91129.74110.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 55 (21.88% from 255) = 46.22%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=15.13%
G=46.22%
B=38.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855460.6700.160.78165.4150.6814.31
Hex12372E430104Ea533e
Octal2267561030201162456316
Binary1001011011110111010000110100001001110101001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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