#122D28

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

Shades of Racing Green #122D28

Tints of Racing Green #122D28

Color information

#122D28 (or 0x122D28) is unknown color: approx Racing Green. HEX triplet: 12, 2D and 28. RGB value is (18,45,40). Sum of RGB (Red+Green+Blue) = 18+45+40=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 45 - color contains mainly: green. Hex color #122D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D28 is #EDD2D7. Grayscale: #242424. Windows color (decimal): -15586008 or 2632978. OLE color: 2632978.

HSL color Cylindrical-coordinate representation of color #122D28: hue angle of 168.89º 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 #122D28 is Cyan = 0.6, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB184540-
CMYK0.600.110.82
HSL168.89º42.86%12.35%-
HSV(B)168.89º60%17.65%-
XYZ1.572.162.34-
YUV36.36130.05114.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 45 (17.97% from 255) = 43.69%
BLUE value IS 40 (16.02% from 255) = 38.83%
R=17.48%
G=43.69%
B=38.83%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1845400.600.110.82168.8942.8612.35
Hex122D283C0B52a92bc
Octal225550740131222515314
Binary10010101101101000111100010111010010101010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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