#122E2B

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

Shades of Racing Green #122E2B

Tints of Racing Green #122E2B

Color information

#122E2B (or 0x122E2B) is unknown color: approx Racing Green. HEX triplet: 12, 2E and 2B. RGB value is (18,46,43). Sum of RGB (Red+Green+Blue) = 18+46+43=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 46 - color contains mainly: green. Hex color #122E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E2B is #EDD1D4. Grayscale: #252525. Windows color (decimal): -15585749 or 2829842. OLE color: 2829842.

HSL color Cylindrical-coordinate representation of color #122E2B: hue angle of 173.57º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122E2B is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB184643-
CMYK0.6100.070.82
HSL173.57º43.75%12.55%-
HSV(B)173.57º60.87%18.04%-
XYZ1.662.262.63-
YUV37.29131.22114.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 46 (18.36% from 255) = 42.99%
BLUE value IS 43 (17.19% from 255) = 40.19%
R=16.82%
G=42.99%
B=40.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1846430.6100.070.82173.5743.7512.55
Hex122E2B3D0752ae2cd
Octal22565375071222565415
Binary1001010111010101111110101111010010101011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122E2B; }

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

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

<style>
 a { background-color: #122E2B; }

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

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

<style>
 span { border-color: #122E2B; }

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

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