#122D29

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

Shades of Racing Green #122D29

Tints of Racing Green #122D29

Color information

#122D29 (or 0x122D29) is unknown color: approx Racing Green. HEX triplet: 12, 2D and 29. RGB value is (18,45,41). Sum of RGB (Red+Green+Blue) = 18+45+41=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 45 - color contains mainly: green. Hex color #122D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D29 is #EDD2D6. Grayscale: #242424. Windows color (decimal): -15586007 or 2698514. OLE color: 2698514.

HSL color Cylindrical-coordinate representation of color #122D29: hue angle of 171.11º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #122D29 is Cyan = 0.6, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB184541-
CMYK0.600.090.82
HSL171.11º42.86%12.35%-
HSV(B)171.11º60%17.65%-
XYZ1.592.172.43-
YUV36.47130.55114.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 45 (17.97% from 255) = 43.27%
BLUE value IS 41 (16.41% from 255) = 39.42%
R=17.31%
G=43.27%
B=39.42%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1845410.600.090.82171.1142.8612.35
Hex122D293C0952ab2bc
Octal225551740111222535314
Binary10010101101101001111100010011010010101010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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