#122F2B

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

Shades of Racing Green #122F2B

Tints of Racing Green #122F2B

Color information

#122F2B (or 0x122F2B) is unknown color: approx Racing Green. HEX triplet: 12, 2F and 2B. RGB value is (18,47,43). Sum of RGB (Red+Green+Blue) = 18+47+43=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 47 - color contains mainly: green. Hex color #122F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F2B is #EDD0D4. Grayscale: #252525. Windows color (decimal): -15585493 or 2830098. OLE color: 2830098.

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

Color convert

RGB184743-
CMYK0.6200.090.82
HSL171.72º44.62%12.75%-
HSV(B)171.72º61.7%18.43%-
XYZ1.72.342.65-
YUV37.87130.89113.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 47 (18.75% from 255) = 43.52%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=16.67%
G=43.52%
B=39.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1847430.6200.090.82171.7244.6212.75
Hex122F2B3E0952ac2dd
Octal225753760111222545515
Binary10010101111101011111110010011010010101011001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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