#122B28

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

Shades of Racing Green #122B28

Tints of Racing Green #122B28

Color information

#122B28 (or 0x122B28) is unknown color: approx Racing Green. HEX triplet: 12, 2B and 28. RGB value is (18,43,40). Sum of RGB (Red+Green+Blue) = 18+43+40=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 43 (17.19% from 255 or 42.57% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 43 - color contains mainly: green. Hex color #122B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B28 is #EDD4D7. Grayscale: #232323. Windows color (decimal): -15586520 or 2632466. OLE color: 2632466.

HSL color Cylindrical-coordinate representation of color #122B28: hue angle of 172.8º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #122B28 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.

Color convert

RGB184340-
CMYK0.5800.070.83
HSL172.8º40.98%11.96%-
HSV(B)172.8º58.14%16.86%-
XYZ1.52.012.32-
YUV35.18130.72115.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 43 (17.19% from 255) = 42.57%
BLUE value IS 40 (16.02% from 255) = 39.60%
R=17.82%
G=42.57%
B=39.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1843400.5800.070.83172.840.9811.96
Hex122B283A0753ad29c
Octal22535072071232555114
Binary1001010101110100011101001111010011101011011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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