#12322C

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

Shades of Racing Green #12322C

Tints of Racing Green #12322C

Color information

#12322C (or 0x12322C) is unknown color: approx Racing Green. HEX triplet: 12, 32 and 2C. RGB value is (18,50,44). Sum of RGB (Red+Green+Blue) = 18+50+44=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #12322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12322C is #EDCDD3. Grayscale: #272727. Windows color (decimal): -15584724 or 2896402. OLE color: 2896402.

HSL color Cylindrical-coordinate representation of color #12322C: hue angle of 168.75º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #12322C is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB185044-
CMYK0.6400.120.80
HSL168.75º47.06%13.33%-
HSV(B)168.75º64%19.61%-
XYZ1.842.592.79-
YUV39.75130.4112.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 44 (17.58% from 255) = 39.29%
R=16.07%
G=44.64%
B=39.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850440.6400.120.80168.7547.0613.33
Hex12322C400C50a92fd
Octal2262541000141202515715
Binary100101100101011001000000011001010000101010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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