#122F29

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

Shades of Racing Green #122F29

Tints of Racing Green #122F29

Color information

#122F29 (or 0x122F29) is unknown color: approx Racing Green. HEX triplet: 12, 2F and 29. RGB value is (18,47,41). Sum of RGB (Red+Green+Blue) = 18+47+41=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 47 - color contains mainly: green. Hex color #122F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F29 is #EDD0D6. Grayscale: #252525. Windows color (decimal): -15585495 or 2699026. OLE color: 2699026.

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

Color convert

RGB184741-
CMYK0.6200.130.82
HSL167.59º44.62%12.75%-
HSV(B)167.59º61.7%18.43%-
XYZ1.672.322.46-
YUV37.64129.89113.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 47 (18.75% from 255) = 44.34%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=16.98%
G=44.34%
B=38.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1847410.6200.130.82167.5944.6212.75
Hex122F293E0D52a82dd
Octal225751760151222505515
Binary10010101111101001111110011011010010101010001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,47,41); }

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

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

 a { background-color: rgb(18,47,41); }

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

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

 span { border-color: rgb(18,47,41); }

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