#12362E

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

Shades of Racing Green #12362E

Tints of Racing Green #12362E

Color information

#12362E (or 0x12362E) is unknown color: approx Racing Green. HEX triplet: 12, 36 and 2E. RGB value is (18,54,46). Sum of RGB (Red+Green+Blue) = 18+54+46=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #12362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12362E is #EDC9D1. Grayscale: #2A2A2A. Windows color (decimal): -15583698 or 3028498. OLE color: 3028498.

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

Color convert

RGB185446-
CMYK0.6700.150.79
HSL166.67º50%14.12%-
HSV(B)166.67º66.67%21.18%-
XYZ2.062.963.05-
YUV42.32130.07110.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 54 (21.48% from 255) = 45.76%
BLUE value IS 46 (18.36% from 255) = 38.98%
R=15.25%
G=45.76%
B=38.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1854460.6700.150.79166.675014.12
Hex12362E430F4Fa732e
Octal2266561030171172476216
Binary100101101101011101000011011111001111101001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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