#12362D

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

Shades of Racing Green #12362D

Tints of Racing Green #12362D

Color information

#12362D (or 0x12362D) is unknown color: approx Racing Green. HEX triplet: 12, 36 and 2D. RGB value is (18,54,45). Sum of RGB (Red+Green+Blue) = 18+54+45=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #12362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12362D is #EDC9D2. Grayscale: #2A2A2A. Windows color (decimal): -15583699 or 2962962. OLE color: 2962962.

HSL color Cylindrical-coordinate representation of color #12362D: hue angle of 165º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12362D is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB185445-
CMYK0.6700.170.79
HSL165º50%14.12%-
HSV(B)165º66.67%21.18%-
XYZ2.042.962.95-
YUV42.21129.57110.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 54 (21.48% from 255) = 46.15%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=15.38%
G=46.15%
B=38.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1854450.6700.170.791655014.12
Hex12362D430114Fa532e
Octal2266551030211172456216
Binary1001011011010110110000110100011001111101001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12362D; }

 p { color: rgb(18,54,45); }

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

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

 a { background-color: rgb(18,54,45); }

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

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

 span { border-color: rgb(18,54,45); }

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